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