pub struct Format3164;
Expand description
Formatter to format defined in RFC 3164
Implementations§
Source§impl Format3164
impl Format3164
Auto Trait Implementations§
impl Freeze for Format3164
impl RefUnwindSafe for Format3164
impl Send for Format3164
impl Sync for Format3164
impl Unpin for Format3164
impl UnwindSafe for Format3164
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