struct Indented<'a, D> {
inner: &'a mut D,
}
Expand description
Wrapper type for indenting the inner source.
Fields§
§inner: &'a mut D
Trait Implementations§
Auto Trait Implementations§
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