pub struct Indented<'a, D> { /* private fields */ }Expand description
Helper struct for efficiently numbering and correctly indenting multi line display implementations
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, D> Freeze for Indented<'a, D>
impl<'a, D> RefUnwindSafe for Indented<'a, D>where
D: RefUnwindSafe,
impl<'a, D> Send for Indented<'a, D>where
D: Send,
impl<'a, D> Sync for Indented<'a, D>where
D: Sync,
impl<'a, D> Unpin for Indented<'a, D>
impl<'a, D> !UnwindSafe for Indented<'a, D>
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