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