pub struct NodeID { /* private fields */ }
Expand description
An ID that stores an index and a version
index
is used to retrieve the data from the internal tree arrays
version
allows reuse of previous indexes that have been deleted
Trait Implementations§
Source§impl Ord for NodeID
impl Ord for NodeID
Source§impl PartialOrd for NodeID
impl PartialOrd for NodeID
impl Copy for NodeID
impl Eq for NodeID
impl StructuralPartialEq for NodeID
Auto Trait Implementations§
impl Freeze for NodeID
impl RefUnwindSafe for NodeID
impl Send for NodeID
impl Sync for NodeID
impl Unpin for NodeID
impl UnwindSafe for NodeID
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