pub struct DropTableNode {
pub table_name: String,
pub if_exists: bool,
}Expand description
DROP TABLE operation.
Fields§
§table_name: String§if_exists: boolTrait Implementations§
Source§impl Clone for DropTableNode
impl Clone for DropTableNode
Source§fn clone(&self) -> DropTableNode
fn clone(&self) -> DropTableNode
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 moreAuto Trait Implementations§
impl Freeze for DropTableNode
impl RefUnwindSafe for DropTableNode
impl Send for DropTableNode
impl Sync for DropTableNode
impl Unpin for DropTableNode
impl UnsafeUnpin for DropTableNode
impl UnwindSafe for DropTableNode
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