pub enum IdxStatus {
Remember(usize),
Discard(usize),
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for IdxStatus
impl RefUnwindSafe for IdxStatus
impl Send for IdxStatus
impl Sync for IdxStatus
impl Unpin for IdxStatus
impl UnwindSafe for IdxStatus
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more