pub struct SimpleFormat { /* private fields */ }
Expand description
A simple message consisting of a value to be formatted.
Implementations§
Trait Implementations§
Source§impl Format for SimpleFormat
impl Format for SimpleFormat
Auto Trait Implementations§
impl Freeze for SimpleFormat
impl RefUnwindSafe for SimpleFormat
impl Send for SimpleFormat
impl Sync for SimpleFormat
impl Unpin for SimpleFormat
impl UnwindSafe for SimpleFormat
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