pub struct SassExtend<'a> {
pub selectors: CompoundSelectorList<'a>,
pub optional: Option<SassFlag<'a>>,
pub span: Span,
}Fields§
§selectors: CompoundSelectorList<'a>§optional: Option<SassFlag<'a>>§span: SpanImplementations§
§impl<'a> SassExtend<'a>
impl<'a> SassExtend<'a>
Trait Implementations§
Source§impl<'a> Debug for SassExtend<'a>
impl<'a> Debug for SassExtend<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SassExtend<'a>
impl<'a> !Send for SassExtend<'a>
impl<'a> !Sync for SassExtend<'a>
impl<'a> !UnwindSafe for SassExtend<'a>
impl<'a> Freeze for SassExtend<'a>
impl<'a> Unpin for SassExtend<'a>
impl<'a> UnsafeUnpin for SassExtend<'a>
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