pub enum IndexRemoveOutcome {
Removed,
Skipped,
}Expand description
IndexRemoveOutcome
Variants§
Trait Implementations§
Source§impl Clone for IndexRemoveOutcome
impl Clone for IndexRemoveOutcome
Source§fn clone(&self) -> IndexRemoveOutcome
fn clone(&self) -> IndexRemoveOutcome
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IndexRemoveOutcome
impl Debug for IndexRemoveOutcome
Source§impl PartialEq for IndexRemoveOutcome
impl PartialEq for IndexRemoveOutcome
impl Copy for IndexRemoveOutcome
impl Eq for IndexRemoveOutcome
impl StructuralPartialEq for IndexRemoveOutcome
Auto Trait Implementations§
impl Freeze for IndexRemoveOutcome
impl RefUnwindSafe for IndexRemoveOutcome
impl Send for IndexRemoveOutcome
impl Sync for IndexRemoveOutcome
impl Unpin for IndexRemoveOutcome
impl UnwindSafe for IndexRemoveOutcome
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