pub struct DropIndex<'a> {
    pub index_name: Cow<'a, str>,
    pub table_name: Cow<'a, str>,
}Fields§
§index_name: Cow<'a, str>§table_name: Cow<'a, str>Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DropIndex<'a>
impl<'a> Send for DropIndex<'a>
impl<'a> Sync for DropIndex<'a>
impl<'a> Unpin for DropIndex<'a>
impl<'a> UnwindSafe for DropIndex<'a>
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