pub struct Formatter<'a, D> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, D> Freeze for Formatter<'a, D>
impl<'a, D> !RefUnwindSafe for Formatter<'a, D>
impl<'a, D> !Send for Formatter<'a, D>
impl<'a, D> !Sync for Formatter<'a, D>
impl<'a, D> Unpin for Formatter<'a, D>where
D: Unpin,
impl<'a, D> !UnwindSafe for Formatter<'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