pub struct MacroId(pub u32);Expand description
Stable id of a registered macro.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for MacroId
impl Eq for MacroId
Source§impl Ord for MacroId
impl Ord for MacroId
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 MacroId
impl PartialOrd for MacroId
impl StructuralPartialEq for MacroId
Auto Trait Implementations§
impl Freeze for MacroId
impl RefUnwindSafe for MacroId
impl Send for MacroId
impl Sync for MacroId
impl Unpin for MacroId
impl UnsafeUnpin for MacroId
impl UnwindSafe for MacroId
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