pub enum DropIndexOutcome {
Dropped(IndexDefinition),
NoOpMissing,
}Variants§
Trait Implementations§
Source§impl Clone for DropIndexOutcome
impl Clone for DropIndexOutcome
Source§fn clone(&self) -> DropIndexOutcome
fn clone(&self) -> DropIndexOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DropIndexOutcome
impl RefUnwindSafe for DropIndexOutcome
impl Send for DropIndexOutcome
impl Sync for DropIndexOutcome
impl Unpin for DropIndexOutcome
impl UnsafeUnpin for DropIndexOutcome
impl UnwindSafe for DropIndexOutcome
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