pub enum IdxMode {
Based0,
Based1,
}Variants§
Auto Trait Implementations§
impl Freeze for IdxMode
impl RefUnwindSafe for IdxMode
impl Send for IdxMode
impl Sync for IdxMode
impl Unpin for IdxMode
impl UnsafeUnpin for IdxMode
impl UnwindSafe for IdxMode
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