pub struct NodeId<E: Element> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<E: Ord + Element> Ord for NodeId<E>
impl<E: Ord + Element> Ord for NodeId<E>
Source§impl<E: PartialOrd + Element> PartialOrd for NodeId<E>
impl<E: PartialOrd + Element> PartialOrd for NodeId<E>
impl<E: Element> Copy for NodeId<E>
impl<E: Eq + Element> Eq for NodeId<E>
impl<E: Element> StructuralPartialEq for NodeId<E>
Auto Trait Implementations§
impl<E> Freeze for NodeId<E>
impl<E> RefUnwindSafe for NodeId<E>where
E: RefUnwindSafe,
impl<E> Send for NodeId<E>where
E: Send,
impl<E> Sync for NodeId<E>where
E: Sync,
impl<E> Unpin for NodeId<E>where
E: Unpin,
impl<E> UnwindSafe for NodeId<E>where
E: UnwindSafe,
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