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