#[repr(u32)]pub enum IndexHint {
Default = 0,
NotIndexed = 1,
Indexed = 2,
}Variants§
Implementations§
Trait Implementations§
impl Copy for IndexHint
impl Eq for IndexHint
impl StructuralPartialEq for IndexHint
Auto Trait Implementations§
impl Freeze for IndexHint
impl RefUnwindSafe for IndexHint
impl Send for IndexHint
impl Sync for IndexHint
impl Unpin for IndexHint
impl UnsafeUnpin for IndexHint
impl UnwindSafe for IndexHint
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