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