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