pub enum DropIndexParams {
DropIndex,
}Expand description
All available params to be used in DropIndex::raw_before and DropIndex::raw_after methods on DropIndex builder
Variants§
DropIndex
Trait Implementations§
Source§impl Clone for DropIndexParams
impl Clone for DropIndexParams
Source§fn clone(&self) -> DropIndexParams
fn clone(&self) -> DropIndexParams
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 PartialEq for DropIndexParams
impl PartialEq for DropIndexParams
impl StructuralPartialEq for DropIndexParams
Auto Trait Implementations§
impl Freeze for DropIndexParams
impl RefUnwindSafe for DropIndexParams
impl Send for DropIndexParams
impl Sync for DropIndexParams
impl Unpin for DropIndexParams
impl UnwindSafe for DropIndexParams
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