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