pub struct DropTypeStmt {
pub type_name: String,
pub behavior: DropBehavior,
}Expand description
DROP TYPE statement
Fields§
§type_name: String§behavior: DropBehaviorTrait Implementations§
Source§impl Clone for DropTypeStmt
impl Clone for DropTypeStmt
Source§fn clone(&self) -> DropTypeStmt
fn clone(&self) -> DropTypeStmt
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 DropTypeStmt
impl Debug for DropTypeStmt
Source§impl PartialEq for DropTypeStmt
impl PartialEq for DropTypeStmt
impl StructuralPartialEq for DropTypeStmt
Auto Trait Implementations§
impl Freeze for DropTypeStmt
impl RefUnwindSafe for DropTypeStmt
impl Send for DropTypeStmt
impl Sync for DropTypeStmt
impl Unpin for DropTypeStmt
impl UnwindSafe for DropTypeStmt
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