pub struct Formatted<Context> { /* private fields */ }Expand description
Core formatter traits, options, and formatted output wrappers.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Context> Freeze for Formatted<Context>where
Context: Freeze,
impl<Context> RefUnwindSafe for Formatted<Context>where
Context: RefUnwindSafe,
impl<Context> Send for Formatted<Context>where
Context: Send,
impl<Context> Sync for Formatted<Context>where
Context: Sync,
impl<Context> Unpin for Formatted<Context>where
Context: Unpin,
impl<Context> UnsafeUnpin for Formatted<Context>where
Context: UnsafeUnpin,
impl<Context> UnwindSafe for Formatted<Context>where
Context: UnwindSafe,
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