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