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