pub struct InnerNodeId(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for InnerNodeId
impl Clone for InnerNodeId
Source§fn clone(&self) -> InnerNodeId
fn clone(&self) -> InnerNodeId
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InnerNodeId
impl Debug for InnerNodeId
Source§impl From<InnerNodeId> for NodeId
impl From<InnerNodeId> for NodeId
Source§fn from(value: InnerNodeId) -> Self
fn from(value: InnerNodeId) -> Self
Converts to this type from the input type.
Source§impl Ord for InnerNodeId
impl Ord for InnerNodeId
Source§fn cmp(&self, other: &InnerNodeId) -> Ordering
fn cmp(&self, other: &InnerNodeId) -> 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 InnerNodeId
impl PartialEq for InnerNodeId
Source§impl PartialOrd for InnerNodeId
impl PartialOrd for InnerNodeId
impl Copy for InnerNodeId
impl Eq for InnerNodeId
impl StructuralPartialEq for InnerNodeId
Auto Trait Implementations§
impl Freeze for InnerNodeId
impl RefUnwindSafe for InnerNodeId
impl Send for InnerNodeId
impl Sync for InnerNodeId
impl Unpin for InnerNodeId
impl UnwindSafe for InnerNodeId
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