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