pub struct LessExtendRule<'a> {
pub nesting_selector: NestingSelector<'a>,
pub name_of_extend: Ident<'a>,
pub extend: LessExtendList<'a>,
pub span: Span,
}Fields§
§nesting_selector: NestingSelector<'a>§name_of_extend: Ident<'a>§extend: LessExtendList<'a>§span: SpanImplementations§
§impl<'a> LessExtendRule<'a>
impl<'a> LessExtendRule<'a>
Trait Implementations§
Source§impl<'a> Debug for LessExtendRule<'a>
impl<'a> Debug for LessExtendRule<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for LessExtendRule<'a>
impl<'a> !Send for LessExtendRule<'a>
impl<'a> !Sync for LessExtendRule<'a>
impl<'a> !UnwindSafe for LessExtendRule<'a>
impl<'a> Freeze for LessExtendRule<'a>
impl<'a> Unpin for LessExtendRule<'a>
impl<'a> UnsafeUnpin for LessExtendRule<'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