pub struct LessPlugin<'a> {
pub path: LessPluginPath<'a>,
pub args: Option<TokenSeq<'a>>,
pub span: Span,
}Fields§
§path: LessPluginPath<'a>§args: Option<TokenSeq<'a>>§span: SpanImplementations§
§impl<'a> LessPlugin<'a>
impl<'a> LessPlugin<'a>
Trait Implementations§
Source§impl<'a> Debug for LessPlugin<'a>
impl<'a> Debug for LessPlugin<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for LessPlugin<'a>
impl<'a> !Send for LessPlugin<'a>
impl<'a> !Sync for LessPlugin<'a>
impl<'a> !UnwindSafe for LessPlugin<'a>
impl<'a> Freeze for LessPlugin<'a>
impl<'a> Unpin for LessPlugin<'a>
impl<'a> UnsafeUnpin for LessPlugin<'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