pub struct DropTriggerStmt {
pub name: String,
pub table: Option<String>,
pub if_exists: bool,
}Fields§
§name: String§table: Option<String>§if_exists: boolTrait Implementations§
Source§impl Clone for DropTriggerStmt
impl Clone for DropTriggerStmt
Source§fn clone(&self) -> DropTriggerStmt
fn clone(&self) -> DropTriggerStmt
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 moreAuto Trait Implementations§
impl Freeze for DropTriggerStmt
impl RefUnwindSafe for DropTriggerStmt
impl Send for DropTriggerStmt
impl Sync for DropTriggerStmt
impl Unpin for DropTriggerStmt
impl UnsafeUnpin for DropTriggerStmt
impl UnwindSafe for DropTriggerStmt
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