pub struct DropTableBuilder { /* private fields */ }Expand description
Builder for DROP TABLE operations.
Implementations§
Source§impl DropTableBuilder
impl DropTableBuilder
Sourcepub fn build(self) -> DropTableOp
pub fn build(self) -> DropTableOp
Trait Implementations§
Source§impl Clone for DropTableBuilder
impl Clone for DropTableBuilder
Source§fn clone(&self) -> DropTableBuilder
fn clone(&self) -> DropTableBuilder
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 moreSource§impl Debug for DropTableBuilder
impl Debug for DropTableBuilder
Source§impl Default for DropTableBuilder
impl Default for DropTableBuilder
Source§fn default() -> DropTableBuilder
fn default() -> DropTableBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DropTableBuilder
impl RefUnwindSafe for DropTableBuilder
impl Send for DropTableBuilder
impl Sync for DropTableBuilder
impl Unpin for DropTableBuilder
impl UnwindSafe for DropTableBuilder
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