pub struct Silent;
Expand description
A Logger that silently ignores all warnings and debug messages.
More information: [Sass documentation][https://sass-lang.com/documentation/js-api/modules/Logger#silent]
Trait Implementations§
Source§impl Logger for Silent
impl Logger for Silent
Source§fn debug(&self, _: &str, _: &LoggerDebugOptions)
fn debug(&self, _: &str, _: &LoggerDebugOptions)
More information: Sass documentation
Source§fn warn(&self, _: &str, _: &LoggerWarnOptions)
fn warn(&self, _: &str, _: &LoggerWarnOptions)
More information: Sass documentation
Auto Trait Implementations§
impl Freeze for Silent
impl RefUnwindSafe for Silent
impl Send for Silent
impl Sync for Silent
impl Unpin for Silent
impl UnwindSafe for Silent
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