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