Struct pax_runtime::properties::ExpandedNodeIdentifier
source · pub struct ExpandedNodeIdentifier(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
source§impl Clone for ExpandedNodeIdentifier
impl Clone for ExpandedNodeIdentifier
source§fn clone(&self) -> ExpandedNodeIdentifier
fn clone(&self) -> ExpandedNodeIdentifier
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 ExpandedNodeIdentifier
impl Debug for ExpandedNodeIdentifier
source§impl Hash for ExpandedNodeIdentifier
impl Hash for ExpandedNodeIdentifier
source§impl Ord for ExpandedNodeIdentifier
impl Ord for ExpandedNodeIdentifier
source§fn cmp(&self, other: &ExpandedNodeIdentifier) -> Ordering
fn cmp(&self, other: &ExpandedNodeIdentifier) -> 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 ExpandedNodeIdentifier
impl PartialEq for ExpandedNodeIdentifier
source§fn eq(&self, other: &ExpandedNodeIdentifier) -> bool
fn eq(&self, other: &ExpandedNodeIdentifier) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ExpandedNodeIdentifier
impl PartialOrd for ExpandedNodeIdentifier
source§fn partial_cmp(&self, other: &ExpandedNodeIdentifier) -> Option<Ordering>
fn partial_cmp(&self, other: &ExpandedNodeIdentifier) -> 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 ExpandedNodeIdentifier
impl Eq for ExpandedNodeIdentifier
impl StructuralPartialEq for ExpandedNodeIdentifier
Auto Trait Implementations§
impl Freeze for ExpandedNodeIdentifier
impl RefUnwindSafe for ExpandedNodeIdentifier
impl Send for ExpandedNodeIdentifier
impl Sync for ExpandedNodeIdentifier
impl Unpin for ExpandedNodeIdentifier
impl UnwindSafe for ExpandedNodeIdentifier
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, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.