pub struct LessVariableCall<'a> {
pub variable: LessVariable<'a>,
pub span: Span,
}Fields§
§variable: LessVariable<'a>§span: SpanImplementations§
§impl<'a> LessVariableCall<'a>
impl<'a> LessVariableCall<'a>
Trait Implementations§
Source§impl<'a> Debug for LessVariableCall<'a>
impl<'a> Debug for LessVariableCall<'a>
Auto Trait Implementations§
impl<'a> Freeze for LessVariableCall<'a>
impl<'a> RefUnwindSafe for LessVariableCall<'a>
impl<'a> Send for LessVariableCall<'a>
impl<'a> Sync for LessVariableCall<'a>
impl<'a> Unpin for LessVariableCall<'a>
impl<'a> UnsafeUnpin for LessVariableCall<'a>
impl<'a> UnwindSafe for LessVariableCall<'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