pub struct VIndex<V>(/* private fields */);
Trait Implementations§
Source§impl<V> AdjacencyIndex for VIndex<V>
impl<V> AdjacencyIndex for VIndex<V>
Source§impl<V: Ord> Ord for VIndex<V>
impl<V: Ord> Ord for VIndex<V>
Source§impl<V: PartialOrd> PartialOrd for VIndex<V>
impl<V: PartialOrd> PartialOrd for VIndex<V>
impl<V: Copy> Copy for VIndex<V>
impl<V: Eq> Eq for VIndex<V>
impl<V> StructuralPartialEq for VIndex<V>
Auto Trait Implementations§
impl<V> Freeze for VIndex<V>where
V: Freeze,
impl<V> RefUnwindSafe for VIndex<V>where
V: RefUnwindSafe,
impl<V> Send for VIndex<V>where
V: Send,
impl<V> Sync for VIndex<V>where
V: Sync,
impl<V> Unpin for VIndex<V>where
V: Unpin,
impl<V> UnwindSafe for VIndex<V>where
V: UnwindSafe,
Blanket Implementations§
Source§impl<T> AsTotalOrd for Twhere
T: PartialOrd,
impl<T> AsTotalOrd for Twhere
T: PartialOrd,
fn as_total_ord(&self) -> TotalOrd<&T>
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