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