pub struct ImporterOptions {
pub from_import: bool,
}
Expand description
Options for Importer::canonicalize or Importer::load.
More information: Sass documentation
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 Freeze for ImporterOptions
impl RefUnwindSafe for ImporterOptions
impl Send for ImporterOptions
impl Sync for ImporterOptions
impl Unpin for ImporterOptions
impl UnwindSafe for ImporterOptions
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