pub struct RemoveStmt {
pub target: RemoveTarget,
}Expand description
REMOVE — drops a schema object.
Fields§
§target: RemoveTargetThe schema object being dropped.
Trait Implementations§
Source§impl Clone for RemoveStmt
impl Clone for RemoveStmt
Source§fn clone(&self) -> RemoveStmt
fn clone(&self) -> RemoveStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RemoveStmt
impl Debug for RemoveStmt
Source§impl PartialEq for RemoveStmt
impl PartialEq for RemoveStmt
impl StructuralPartialEq for RemoveStmt
Auto Trait Implementations§
impl Freeze for RemoveStmt
impl RefUnwindSafe for RemoveStmt
impl Send for RemoveStmt
impl Sync for RemoveStmt
impl Unpin for RemoveStmt
impl UnsafeUnpin for RemoveStmt
impl UnwindSafe for RemoveStmt
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