Struct sass_embedded::ImporterOptions
source · [−]pub struct ImporterOptions {
pub from_import: bool,
}
Expand description
Fields
from_import: bool
Whether this is being invoked because of a Sass @import rule, as opposed to a @use or @forward rule.
Auto Trait Implementations
impl RefUnwindSafe for ImporterOptions
impl Send for ImporterOptions
impl Sync for ImporterOptions
impl Unpin for ImporterOptions
impl UnwindSafe for ImporterOptions
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