pub struct NodePtr<N>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<N> Ord for NodePtr<N>
impl<N> Ord for NodePtr<N>
Source§impl<N> PartialOrd for NodePtr<N>
impl<N> PartialOrd for NodePtr<N>
impl<N> Copy for NodePtr<N>
impl<N> Eq for NodePtr<N>
Auto Trait Implementations§
impl<N> Freeze for NodePtr<N>
impl<N> RefUnwindSafe for NodePtr<N>where
N: RefUnwindSafe,
impl<N> !Send for NodePtr<N>
impl<N> !Sync for NodePtr<N>
impl<N> Unpin for NodePtr<N>
impl<N> UnwindSafe for NodePtr<N>where
N: RefUnwindSafe,
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