pub enum LessAst {
Select(Select),
MediaQuery(MediaQuery),
}
Expand description
表示解析后的LESS抽象语法树
Variants§
Select(Select)
MediaQuery(MediaQuery)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LessAst
impl RefUnwindSafe for LessAst
impl Send for LessAst
impl Sync for LessAst
impl Unpin for LessAst
impl UnwindSafe for LessAst
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