Struct eqlog_eqlog::ArgDeclListNode
source · pub struct ArgDeclListNode(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Clone for ArgDeclListNode
impl Clone for ArgDeclListNode
source§fn clone(&self) -> ArgDeclListNode
fn clone(&self) -> ArgDeclListNode
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 ArgDeclListNode
impl Debug for ArgDeclListNode
source§impl Display for ArgDeclListNode
impl Display for ArgDeclListNode
source§impl From<u32> for ArgDeclListNode
impl From<u32> for ArgDeclListNode
source§impl Hash for ArgDeclListNode
impl Hash for ArgDeclListNode
source§impl Into<u32> for ArgDeclListNode
impl Into<u32> for ArgDeclListNode
source§impl Ord for ArgDeclListNode
impl Ord for ArgDeclListNode
source§fn cmp(&self, other: &ArgDeclListNode) -> Ordering
fn cmp(&self, other: &ArgDeclListNode) -> 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 ArgDeclListNode
impl PartialEq for ArgDeclListNode
source§fn eq(&self, other: &ArgDeclListNode) -> bool
fn eq(&self, other: &ArgDeclListNode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ArgDeclListNode
impl PartialOrd for ArgDeclListNode
source§fn partial_cmp(&self, other: &ArgDeclListNode) -> Option<Ordering>
fn partial_cmp(&self, other: &ArgDeclListNode) -> 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 ArgDeclListNode
impl Eq for ArgDeclListNode
impl StructuralEq for ArgDeclListNode
impl StructuralPartialEq for ArgDeclListNode
Auto Trait Implementations§
impl RefUnwindSafe for ArgDeclListNode
impl Send for ArgDeclListNode
impl Sync for ArgDeclListNode
impl Unpin for ArgDeclListNode
impl UnwindSafe for ArgDeclListNode
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