pub struct DefaultFields { /* private fields */ }
Available on crate features
fmt
and std
only.Expand description
The default FormatFields
implementation.
Implementations§
Source§impl DefaultFields
impl DefaultFields
Sourcepub fn new() -> Self
pub fn new() -> Self
Returns a new default FormatFields
implementation.
Trait Implementations§
Source§impl Debug for DefaultFields
impl Debug for DefaultFields
Source§impl Default for DefaultFields
impl Default for DefaultFields
Source§impl<'a> MakeVisitor<Writer<'a>> for DefaultFields
impl<'a> MakeVisitor<Writer<'a>> for DefaultFields
Source§type Visitor = DefaultVisitor<'a>
type Visitor = DefaultVisitor<'a>
The visitor type produced by this
MakeVisitor
.Source§fn make_visitor(&self, target: Writer<'a>) -> Self::Visitor
fn make_visitor(&self, target: Writer<'a>) -> Self::Visitor
Make a new visitor for the provided
target
.Auto Trait Implementations§
impl Freeze for DefaultFields
impl RefUnwindSafe for DefaultFields
impl Send for DefaultFields
impl Sync for DefaultFields
impl Unpin for DefaultFields
impl UnwindSafe for DefaultFields
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more