pub enum LessLookupName<'a> {
LessVariable(LessVariable<'a>),
LessVariableVariable(LessVariableVariable<'a>),
LessPropertyVariable(LessPropertyVariable<'a>),
LessPropertyInterpolation(LessPropertyInterpolation<'a>),
Ident(Ident<'a>),
}Variants§
LessVariable(LessVariable<'a>)
LessVariableVariable(LessVariableVariable<'a>)
LessPropertyVariable(LessPropertyVariable<'a>)
LessPropertyInterpolation(LessPropertyInterpolation<'a>)
Ident(Ident<'a>)
Implementations§
§impl<'a> LessLookupName<'a>
impl<'a> LessLookupName<'a>
Trait Implementations§
Source§impl<'a> Debug for LessLookupName<'a>
impl<'a> Debug for LessLookupName<'a>
Auto Trait Implementations§
impl<'a> Freeze for LessLookupName<'a>
impl<'a> RefUnwindSafe for LessLookupName<'a>
impl<'a> Send for LessLookupName<'a>
impl<'a> Sync for LessLookupName<'a>
impl<'a> Unpin for LessLookupName<'a>
impl<'a> UnsafeUnpin for LessLookupName<'a>
impl<'a> UnwindSafe for LessLookupName<'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