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