pub struct LessList<'a> {
pub elements: Vec<'a, ComponentValue<'a>>,
pub comma_spans: Option<Vec<'a, Span>>,
pub span: Span,
}Fields§
§elements: Vec<'a, ComponentValue<'a>>§comma_spans: Option<Vec<'a, Span>>§span: SpanImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for LessList<'a>
impl<'a> !Send for LessList<'a>
impl<'a> !Sync for LessList<'a>
impl<'a> !UnwindSafe for LessList<'a>
impl<'a> Freeze for LessList<'a>
impl<'a> Unpin for LessList<'a>
impl<'a> UnsafeUnpin for LessList<'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