pub struct NullFormatter {}Expand description
A formatter that does not format any code
Trait Implementations§
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 SourceFormatter for NullFormatter
impl SourceFormatter 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