pub struct LessMixinArguments<'a> {
pub args: Vec<'a, LessMixinArgument<'a>>,
pub is_comma_separated: bool,
pub separator_spans: Vec<'a, Span>,
pub span: Span,
}Fields§
§args: Vec<'a, LessMixinArgument<'a>>§is_comma_separated: bool§separator_spans: Vec<'a, Span>§span: SpanImplementations§
§impl<'a> LessMixinArguments<'a>
impl<'a> LessMixinArguments<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for LessMixinArguments<'a>
impl<'a> !Send for LessMixinArguments<'a>
impl<'a> !Sync for LessMixinArguments<'a>
impl<'a> !UnwindSafe for LessMixinArguments<'a>
impl<'a> Freeze for LessMixinArguments<'a>
impl<'a> Unpin for LessMixinArguments<'a>
impl<'a> UnsafeUnpin for LessMixinArguments<'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