pub struct DeclListNode(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for DeclListNode
impl Clone for DeclListNode
Source§fn clone(&self) -> DeclListNode
fn clone(&self) -> DeclListNode
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 DeclListNode
impl Debug for DeclListNode
Source§impl Display for DeclListNode
impl Display for DeclListNode
Source§impl From<u32> for DeclListNode
impl From<u32> for DeclListNode
Source§impl Hash for DeclListNode
impl Hash for DeclListNode
Source§impl Into<u32> for DeclListNode
impl Into<u32> for DeclListNode
Source§impl Ord for DeclListNode
impl Ord for DeclListNode
Source§fn cmp(&self, other: &DeclListNode) -> Ordering
fn cmp(&self, other: &DeclListNode) -> 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 DeclListNode
impl PartialEq for DeclListNode
Source§impl PartialOrd for DeclListNode
impl PartialOrd for DeclListNode
impl Copy for DeclListNode
impl Eq for DeclListNode
impl StructuralPartialEq for DeclListNode
Auto Trait Implementations§
impl Freeze for DeclListNode
impl RefUnwindSafe for DeclListNode
impl Send for DeclListNode
impl Sync for DeclListNode
impl Unpin for DeclListNode
impl UnwindSafe for DeclListNode
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