Struct eqlog_eqlog::RuleDescendantNode
source · pub struct RuleDescendantNode(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Clone for RuleDescendantNode
impl Clone for RuleDescendantNode
source§fn clone(&self) -> RuleDescendantNode
fn clone(&self) -> RuleDescendantNode
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 RuleDescendantNode
impl Debug for RuleDescendantNode
source§impl Display for RuleDescendantNode
impl Display for RuleDescendantNode
source§impl From<u32> for RuleDescendantNode
impl From<u32> for RuleDescendantNode
source§impl Hash for RuleDescendantNode
impl Hash for RuleDescendantNode
source§impl Into<u32> for RuleDescendantNode
impl Into<u32> for RuleDescendantNode
source§impl Ord for RuleDescendantNode
impl Ord for RuleDescendantNode
source§fn cmp(&self, other: &RuleDescendantNode) -> Ordering
fn cmp(&self, other: &RuleDescendantNode) -> 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 RuleDescendantNode
impl PartialEq for RuleDescendantNode
source§impl PartialOrd for RuleDescendantNode
impl PartialOrd for RuleDescendantNode
impl Copy for RuleDescendantNode
impl Eq for RuleDescendantNode
impl StructuralPartialEq for RuleDescendantNode
Auto Trait Implementations§
impl Freeze for RuleDescendantNode
impl RefUnwindSafe for RuleDescendantNode
impl Send for RuleDescendantNode
impl Sync for RuleDescendantNode
impl Unpin for RuleDescendantNode
impl UnwindSafe for RuleDescendantNode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)