pub struct NoopFormat;
Expand description
A format implementation that does not format anything.
Trait Implementations§
Source§impl Debug for NoopFormat
impl Debug for NoopFormat
Auto Trait Implementations§
impl Freeze for NoopFormat
impl RefUnwindSafe for NoopFormat
impl Send for NoopFormat
impl Sync for NoopFormat
impl Unpin for NoopFormat
impl UnwindSafe for NoopFormat
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