pub struct LoggerDebugOptions {
pub span: Option<SourceSpan>,
/* private fields */
}
Expand description
Options for Logger::debug.
More information: Sass documentation
Fields§
§span: Option<SourceSpan>
The location in the Sass source code that generated this debug message.
Auto Trait Implementations§
impl Freeze for LoggerDebugOptions
impl RefUnwindSafe for LoggerDebugOptions
impl Send for LoggerDebugOptions
impl Sync for LoggerDebugOptions
impl Unpin for LoggerDebugOptions
impl UnwindSafe for LoggerDebugOptions
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