pub enum MacroDef {
Static(Define),
Dynamic(Vec<LexicalToken>),
}Expand description
Macro definition.
Variants§
Static(Define)
Dynamic(Vec<LexicalToken>)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MacroDef
impl RefUnwindSafe for MacroDef
impl Send for MacroDef
impl Sync for MacroDef
impl Unpin for MacroDef
impl UnwindSafe for MacroDef
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