pub enum InterpolableIdent<'a> {
Literal(Ident<'a>),
SassInterpolated(SassInterpolatedIdent<'a>),
LessInterpolated(LessInterpolatedIdent<'a>),
Placeholder(Placeholder<'a>),
}Variants§
Literal(Ident<'a>)
SassInterpolated(SassInterpolatedIdent<'a>)
LessInterpolated(LessInterpolatedIdent<'a>)
Placeholder(Placeholder<'a>)
Implementations§
§impl<'a> InterpolableIdent<'a>
impl<'a> InterpolableIdent<'a>
Trait Implementations§
Source§impl<'a> Debug for InterpolableIdent<'a>
impl<'a> Debug for InterpolableIdent<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for InterpolableIdent<'a>
impl<'a> !Send for InterpolableIdent<'a>
impl<'a> !Sync for InterpolableIdent<'a>
impl<'a> !UnwindSafe for InterpolableIdent<'a>
impl<'a> Freeze for InterpolableIdent<'a>
impl<'a> Unpin for InterpolableIdent<'a>
impl<'a> UnsafeUnpin for InterpolableIdent<'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