pub enum Macro {
Lisp(LispMacro),
Rust(RustMacro),
}Variants§
Implementations§
Trait Implementations§
Source§impl From<Macro> for SExpression
impl From<Macro> for SExpression
Source§impl From<Macro> for SExpressionRef
impl From<Macro> for SExpressionRef
Source§impl From<SExpressionRef> for Macro
impl From<SExpressionRef> for Macro
Auto Trait Implementations§
impl Freeze for Macro
impl RefUnwindSafe for Macro
impl !Send for Macro
impl !Sync for Macro
impl Unpin for Macro
impl UnwindSafe for Macro
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