pub enum LessMixinParameterName<'s> {
Variable(LessVariable<'s>),
PropertyVariable(LessPropertyVariable<'s>),
}Variants§
Variable(LessVariable<'s>)
PropertyVariable(LessPropertyVariable<'s>)
Trait Implementations§
Source§impl<'s> Clone for LessMixinParameterName<'s>
impl<'s> Clone for LessMixinParameterName<'s>
Source§fn clone(&self) -> LessMixinParameterName<'s>
fn clone(&self) -> LessMixinParameterName<'s>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'s> Debug for LessMixinParameterName<'s>
impl<'s> Debug for LessMixinParameterName<'s>
Source§impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for LessMixinParameterName<'s>
impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for LessMixinParameterName<'s>
Source§impl<'s> PartialEq for LessMixinParameterName<'s>
impl<'s> PartialEq for LessMixinParameterName<'s>
Source§fn eq(&self, other: &LessMixinParameterName<'s>) -> bool
fn eq(&self, other: &LessMixinParameterName<'s>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'s> StructuralPartialEq for LessMixinParameterName<'s>
Auto Trait Implementations§
impl<'s> Freeze for LessMixinParameterName<'s>
impl<'s> RefUnwindSafe for LessMixinParameterName<'s>
impl<'s> Send for LessMixinParameterName<'s>
impl<'s> Sync for LessMixinParameterName<'s>
impl<'s> Unpin for LessMixinParameterName<'s>
impl<'s> UnsafeUnpin for LessMixinParameterName<'s>
impl<'s> UnwindSafe for LessMixinParameterName<'s>
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