pub struct EnumDeclNode(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for EnumDeclNode
impl Clone for EnumDeclNode
Source§fn clone(&self) -> EnumDeclNode
fn clone(&self) -> EnumDeclNode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EnumDeclNode
impl Debug for EnumDeclNode
Source§impl Display for EnumDeclNode
impl Display for EnumDeclNode
Source§impl From<u32> for EnumDeclNode
impl From<u32> for EnumDeclNode
Source§impl Hash for EnumDeclNode
impl Hash for EnumDeclNode
Source§impl Into<u32> for EnumDeclNode
impl Into<u32> for EnumDeclNode
Source§impl Ord for EnumDeclNode
impl Ord for EnumDeclNode
Source§fn cmp(&self, other: &EnumDeclNode) -> Ordering
fn cmp(&self, other: &EnumDeclNode) -> Ordering
1.21.0 · 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 PartialEq for EnumDeclNode
impl PartialEq for EnumDeclNode
Source§impl PartialOrd for EnumDeclNode
impl PartialOrd for EnumDeclNode
impl Copy for EnumDeclNode
impl Eq for EnumDeclNode
impl StructuralPartialEq for EnumDeclNode
Auto Trait Implementations§
impl Freeze for EnumDeclNode
impl RefUnwindSafe for EnumDeclNode
impl Send for EnumDeclNode
impl Sync for EnumDeclNode
impl Unpin for EnumDeclNode
impl UnwindSafe for EnumDeclNode
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