pub enum SassInterpolatedIdentElement<'a> {
Expression(ComponentValue<'a>),
Static(InterpolableIdentStaticPart<'a>),
}Variants§
Expression(ComponentValue<'a>)
Static(InterpolableIdentStaticPart<'a>)
Implementations§
§impl<'a> SassInterpolatedIdentElement<'a>
impl<'a> SassInterpolatedIdentElement<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SassInterpolatedIdentElement<'a>
impl<'a> !Send for SassInterpolatedIdentElement<'a>
impl<'a> !Sync for SassInterpolatedIdentElement<'a>
impl<'a> !UnwindSafe for SassInterpolatedIdentElement<'a>
impl<'a> Freeze for SassInterpolatedIdentElement<'a>
impl<'a> Unpin for SassInterpolatedIdentElement<'a>
impl<'a> UnsafeUnpin for SassInterpolatedIdentElement<'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