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