pub struct PrintFmt { /* private fields */ }Expand description
Print formatter
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrintFmt
impl RefUnwindSafe for PrintFmt
impl Send for PrintFmt
impl Sync for PrintFmt
impl Unpin for PrintFmt
impl UnsafeUnpin for PrintFmt
impl UnwindSafe for PrintFmt
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