pub enum LessNamespaceValueCallee<'s> {
LessMixinCall(LessMixinCall<'s>),
LessVariable(LessVariable<'s>),
}Variants§
LessMixinCall(LessMixinCall<'s>)
LessVariable(LessVariable<'s>)
Trait Implementations§
Source§impl<'s> Clone for LessNamespaceValueCallee<'s>
impl<'s> Clone for LessNamespaceValueCallee<'s>
Source§fn clone(&self) -> LessNamespaceValueCallee<'s>
fn clone(&self) -> LessNamespaceValueCallee<'s>
Returns a duplicate of the value. Read more
1.0.0 · 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 LessNamespaceValueCallee<'s>
impl<'s> Debug for LessNamespaceValueCallee<'s>
Source§impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for LessNamespaceValueCallee<'s>
impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for LessNamespaceValueCallee<'s>
Source§impl<'s> PartialEq for LessNamespaceValueCallee<'s>
impl<'s> PartialEq for LessNamespaceValueCallee<'s>
Source§fn eq(&self, other: &LessNamespaceValueCallee<'s>) -> bool
fn eq(&self, other: &LessNamespaceValueCallee<'s>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'s> StructuralPartialEq for LessNamespaceValueCallee<'s>
Auto Trait Implementations§
impl<'s> Freeze for LessNamespaceValueCallee<'s>
impl<'s> RefUnwindSafe for LessNamespaceValueCallee<'s>
impl<'s> Send for LessNamespaceValueCallee<'s>
impl<'s> Sync for LessNamespaceValueCallee<'s>
impl<'s> Unpin for LessNamespaceValueCallee<'s>
impl<'s> UnwindSafe for LessNamespaceValueCallee<'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