pub struct DropIndex {
pub schema_name: String,
pub table_name: String,
pub index_name: String,
}Expand description
Drop an index from an existing table.
Fields§
§schema_name: String§table_name: String§index_name: StringImplementations§
Trait Implementations§
impl Eq for DropIndex
impl StructuralPartialEq for DropIndex
Auto Trait Implementations§
impl Freeze for DropIndex
impl RefUnwindSafe for DropIndex
impl Send for DropIndex
impl Sync for DropIndex
impl Unpin for DropIndex
impl UnsafeUnpin for DropIndex
impl UnwindSafe for DropIndex
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