pub enum MacroArg {
Literal(Literal),
Ident(String),
}Expand description
An argument passed when invoking a maco
Variants§
Trait Implementations§
Source§impl Ord for MacroArg
impl Ord for MacroArg
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for MacroArg
impl PartialOrd for MacroArg
impl Eq for MacroArg
impl StructuralPartialEq for MacroArg
Auto Trait Implementations§
impl Freeze for MacroArg
impl RefUnwindSafe for MacroArg
impl Send for MacroArg
impl Sync for MacroArg
impl Unpin for MacroArg
impl UnsafeUnpin for MacroArg
impl UnwindSafe for MacroArg
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