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