pub enum LessNamespaceValueCallee<'a> {
LessMixinCall(LessMixinCall<'a>),
LessVariable(LessVariable<'a>),
}Variants§
LessMixinCall(LessMixinCall<'a>)
LessVariable(LessVariable<'a>)
Trait Implementations§
Source§impl<'a> Debug for LessNamespaceValueCallee<'a>
impl<'a> Debug for LessNamespaceValueCallee<'a>
Source§impl<'a> Parse<'a> for LessNamespaceValueCallee<'a>
impl<'a> Parse<'a> for LessNamespaceValueCallee<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for LessNamespaceValueCallee<'a>
impl<'a> !Send for LessNamespaceValueCallee<'a>
impl<'a> !Sync for LessNamespaceValueCallee<'a>
impl<'a> !UnwindSafe for LessNamespaceValueCallee<'a>
impl<'a> Freeze for LessNamespaceValueCallee<'a>
impl<'a> Unpin for LessNamespaceValueCallee<'a>
impl<'a> UnsafeUnpin for LessNamespaceValueCallee<'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