pub struct NodePtr { /* private fields */ }
Expand description
Uniquely and stably identifies an occupied node in the Tree
(until the node is removed).
Implementations§
Trait Implementations§
impl Copy for NodePtr
impl Eq for NodePtr
impl StructuralPartialEq for NodePtr
Auto Trait Implementations§
impl Freeze for NodePtr
impl RefUnwindSafe for NodePtr
impl Send for NodePtr
impl Sync for NodePtr
impl Unpin for NodePtr
impl UnwindSafe for NodePtr
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