pub enum MacroType {
Definition,
Invocation,
}
Expand description
Types of macro usage
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MacroType
impl RefUnwindSafe for MacroType
impl Send for MacroType
impl Sync for MacroType
impl Unpin for MacroType
impl UnwindSafe for MacroType
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