pub struct LessMixinCall<'a> {
pub callee: LessMixinCallee<'a>,
pub args: Option<LessMixinArguments<'a>>,
pub important: Option<ImportantAnnotation<'a>>,
pub span: Span,
}Fields§
§callee: LessMixinCallee<'a>§args: Option<LessMixinArguments<'a>>§important: Option<ImportantAnnotation<'a>>§span: SpanImplementations§
§impl<'a> LessMixinCall<'a>
impl<'a> LessMixinCall<'a>
Trait Implementations§
Source§impl<'a> Debug for LessMixinCall<'a>
impl<'a> Debug for LessMixinCall<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for LessMixinCall<'a>
impl<'a> !Send for LessMixinCall<'a>
impl<'a> !Sync for LessMixinCall<'a>
impl<'a> !UnwindSafe for LessMixinCall<'a>
impl<'a> Freeze for LessMixinCall<'a>
impl<'a> Unpin for LessMixinCall<'a>
impl<'a> UnsafeUnpin for LessMixinCall<'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