pub struct Delimit<'f, F: Write + ?Sized> { /* private fields */ }
Expand description
Prints Delimiters around anything formatted with this. Implies Indent
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'f, F> Freeze for Delimit<'f, F>where
F: ?Sized,
impl<'f, F> RefUnwindSafe for Delimit<'f, F>where
F: RefUnwindSafe + ?Sized,
impl<'f, F> Send for Delimit<'f, F>
impl<'f, F> Sync for Delimit<'f, F>
impl<'f, F> Unpin for Delimit<'f, F>where
F: ?Sized,
impl<'f, F> !UnwindSafe for Delimit<'f, F>
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