Struct quickfix::NullLogger
source · pub struct NullLogger;
Expand description
Drop every log message.
Trait Implementations§
source§impl Debug for NullLogger
impl Debug for NullLogger
source§impl LogCallback for NullLogger
impl LogCallback for NullLogger
Auto Trait Implementations§
impl Freeze for NullLogger
impl RefUnwindSafe for NullLogger
impl Send for NullLogger
impl Sync for NullLogger
impl Unpin for NullLogger
impl UnwindSafe for NullLogger
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