pub struct DropTable {
pub names: Slice,
pub if_exists: bool,
}Expand description
DROP TABLE a, b.
Fields§
§names: SliceThe names, as a run of Slice into Ast::name_lists, each of which is a run of parts.
if_exists: boolWhether IF EXISTS was written.
Trait Implementations§
impl Copy for DropTable
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 UnsafeUnpin 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