pub struct LeafNodeId(/* private fields */);
Implementations§
Source§impl LeafNodeId
impl LeafNodeId
Trait Implementations§
Source§impl Clone for LeafNodeId
impl Clone for LeafNodeId
Source§fn clone(&self) -> LeafNodeId
fn clone(&self) -> LeafNodeId
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 LeafNodeId
impl Debug for LeafNodeId
Source§impl From<LeafNodeId> for NodeId
impl From<LeafNodeId> for NodeId
Source§fn from(value: LeafNodeId) -> Self
fn from(value: LeafNodeId) -> Self
Converts to this type from the input type.
Source§impl Ord for LeafNodeId
impl Ord for LeafNodeId
Source§fn cmp(&self, other: &LeafNodeId) -> Ordering
fn cmp(&self, other: &LeafNodeId) -> 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 LeafNodeId
impl PartialEq for LeafNodeId
Source§impl PartialOrd for LeafNodeId
impl PartialOrd for LeafNodeId
impl Copy for LeafNodeId
impl Eq for LeafNodeId
impl StructuralPartialEq for LeafNodeId
Auto Trait Implementations§
impl Freeze for LeafNodeId
impl RefUnwindSafe for LeafNodeId
impl Send for LeafNodeId
impl Sync for LeafNodeId
impl Unpin for LeafNodeId
impl UnwindSafe for LeafNodeId
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