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