Struct eqlog_eqlog::DeclListNode
source · 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 copy 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§fn eq(&self, other: &DeclListNode) -> bool
fn eq(&self, other: &DeclListNode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for DeclListNode
impl PartialOrd for DeclListNode
source§fn partial_cmp(&self, other: &DeclListNode) -> Option<Ordering>
fn partial_cmp(&self, other: &DeclListNode) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for DeclListNode
impl Eq for DeclListNode
impl StructuralEq for DeclListNode
impl StructuralPartialEq for DeclListNode
Auto Trait Implementations§
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