pub struct NullLogger;Expand description
Discards all logs
Trait Implementations§
Source§impl Debug for NullLogger
impl Debug for NullLogger
Source§impl Logger for NullLogger
impl Logger for NullLogger
Source§fn deprecation(&self, _warning: &DeprecationWarning)
fn deprecation(&self, _warning: &DeprecationWarning)
Logs a warning about a deprecated feature the stylesheet uses. Read more
Source§fn repetitive_deprecations_omitted(&self, count: usize)
fn repetitive_deprecations_omitted(&self, count: usize)
Reports that
count deprecation warnings were left out because the
same deprecation had already been reported five times. Read moreAuto Trait Implementations§
impl Freeze for NullLogger
impl RefUnwindSafe for NullLogger
impl Send for NullLogger
impl Sync for NullLogger
impl Unpin for NullLogger
impl UnsafeUnpin 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