pub struct LegacyImporterThis {
pub options: LegacyPluginThisOptions,
pub from_import: bool,
}
Expand description
More information: Sass documentation
Fields§
§options: LegacyPluginThisOptions
More information: Sass documentation
from_import: bool
More information: Sass documentation
Auto Trait Implementations§
impl Freeze for LegacyImporterThis
impl RefUnwindSafe for LegacyImporterThis
impl Send for LegacyImporterThis
impl Sync for LegacyImporterThis
impl Unpin for LegacyImporterThis
impl UnwindSafe for LegacyImporterThis
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