pub struct DropTable {
pub schema: Option<String>,
pub name: String,
}
Expand description
Create table action
Fields§
§schema: Option<String>
§name: String
Implementations§
Trait Implementations§
impl Eq for DropTable
impl StructuralPartialEq for DropTable
Auto Trait Implementations§
impl Freeze for DropTable
impl RefUnwindSafe for DropTable
impl Send for DropTable
impl Sync for DropTable
impl Unpin for DropTable
impl UnwindSafe for DropTable
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