pub struct PrettyIndent { /* private fields */ }
Expand description
Indentation state.
Implementations§
Source§impl PrettyIndent
impl PrettyIndent
Trait Implementations§
Source§impl Debug for PrettyIndent
impl Debug for PrettyIndent
Auto Trait Implementations§
impl Freeze for PrettyIndent
impl RefUnwindSafe for PrettyIndent
impl Send for PrettyIndent
impl Sync for PrettyIndent
impl Unpin for PrettyIndent
impl UnwindSafe for PrettyIndent
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