pub struct IndexRef { /* private fields */ }Expand description
Index reference metadata.
Implementations§
Trait Implementations§
Source§impl Ord for IndexRef
impl Ord for IndexRef
1.21.0 (const: unstable) · 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 PartialOrd for IndexRef
impl PartialOrd for IndexRef
impl Eq for IndexRef
impl StructuralPartialEq for IndexRef
Auto Trait Implementations§
impl Freeze for IndexRef
impl RefUnwindSafe for IndexRef
impl Send for IndexRef
impl Sync for IndexRef
impl Unpin for IndexRef
impl UnsafeUnpin for IndexRef
impl UnwindSafe for IndexRef
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