Struct sass_embedded::Silent
source · [−]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
Auto Trait Implementations
impl RefUnwindSafe for Silent
impl Send for Silent
impl Sync for Silent
impl Unpin for Silent
impl UnwindSafe for Silent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more