pub struct LessImportPrelude<'a> {
pub href: ImportPreludeHref<'a>,
pub options: LessImportOptions<'a>,
pub media: Option<MediaQueryList<'a>>,
pub span: Span,
}Fields§
§href: ImportPreludeHref<'a>§options: LessImportOptions<'a>§media: Option<MediaQueryList<'a>>§span: SpanImplementations§
§impl<'a> LessImportPrelude<'a>
impl<'a> LessImportPrelude<'a>
Trait Implementations§
Source§impl<'a> Debug for LessImportPrelude<'a>
impl<'a> Debug for LessImportPrelude<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for LessImportPrelude<'a>
impl<'a> !Send for LessImportPrelude<'a>
impl<'a> !Sync for LessImportPrelude<'a>
impl<'a> !UnwindSafe for LessImportPrelude<'a>
impl<'a> Freeze for LessImportPrelude<'a>
impl<'a> Unpin for LessImportPrelude<'a>
impl<'a> UnsafeUnpin for LessImportPrelude<'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