pub struct PrettyFields { /* private fields */ }
Available on crate features
fmt
and std
and ansi
only.Expand description
An excessively pretty, human-readable MakeVisitor
implementation.
Implementationsยง
Sourceยงimpl PrettyFields
impl PrettyFields
Trait Implementationsยง
Sourceยงimpl Debug for PrettyFields
impl Debug for PrettyFields
Sourceยงimpl Default for PrettyFields
impl Default for PrettyFields
Sourceยงimpl<'a> MakeVisitor<Writer<'a>> for PrettyFields
impl<'a> MakeVisitor<Writer<'a>> for PrettyFields
Sourceยงtype Visitor = PrettyVisitor<'a>
type Visitor = PrettyVisitor<'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 PrettyFields
impl RefUnwindSafe for PrettyFields
impl Send for PrettyFields
impl Sync for PrettyFields
impl Unpin for PrettyFields
impl UnwindSafe for PrettyFields
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