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