struct NullFormatter(&'static str);
Tuple Fields§
§0: &'static str
Trait Implementations§
Source§impl Clone for NullFormatter
impl Clone for NullFormatter
Source§fn clone(&self) -> NullFormatter
fn clone(&self) -> NullFormatter
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NullFormatter
impl Debug for NullFormatter
Source§impl Default for NullFormatter
impl Default for NullFormatter
Source§fn default() -> NullFormatter
fn default() -> NullFormatter
Returns the “default value” for a type. Read more
Source§impl Display for NullFormatter
impl Display for NullFormatter
impl Copy for NullFormatter
Auto Trait Implementations§
impl Freeze for NullFormatter
impl RefUnwindSafe for NullFormatter
impl Send for NullFormatter
impl Sync for NullFormatter
impl Unpin for NullFormatter
impl UnwindSafe for NullFormatter
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