Struct sass_embedded::legacy::LegacyPluginThis
source · [−]pub struct LegacyPluginThis {
pub options: LegacyPluginThisOptions,
}Expand description
More information: Sass documentation
Fields
options: LegacyPluginThisOptionsA partial representation of the options passed to [Sass::render].
Implementations
sourceimpl LegacyPluginThis
impl LegacyPluginThis
sourcepub fn new(options: &LegacyOptions) -> Self
pub fn new(options: &LegacyOptions) -> Self
Creates a new LegacyPluginThis.
Trait Implementations
sourceimpl Clone for LegacyPluginThis
impl Clone for LegacyPluginThis
sourcefn clone(&self) -> LegacyPluginThis
fn clone(&self) -> LegacyPluginThis
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for LegacyPluginThis
impl Send for LegacyPluginThis
impl Sync for LegacyPluginThis
impl Unpin for LegacyPluginThis
impl UnwindSafe for LegacyPluginThis
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