pub struct DropExternalTypeStatement {
pub token: Token,
pub name: ObjectName,
pub if_exists: bool,
}Expand description
Remove an external SQL type only when it has no dependent objects.
Fields§
§token: Token§name: ObjectName§if_exists: boolTrait Implementations§
Source§impl Clone for DropExternalTypeStatement
impl Clone for DropExternalTypeStatement
Source§fn clone(&self) -> DropExternalTypeStatement
fn clone(&self) -> DropExternalTypeStatement
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 DropExternalTypeStatement
impl Debug for DropExternalTypeStatement
Source§impl Display for DropExternalTypeStatement
impl Display for DropExternalTypeStatement
impl StructuralPartialEq for DropExternalTypeStatement
Auto Trait Implementations§
impl Freeze for DropExternalTypeStatement
impl RefUnwindSafe for DropExternalTypeStatement
impl Send for DropExternalTypeStatement
impl Sync for DropExternalTypeStatement
impl Unpin for DropExternalTypeStatement
impl UnsafeUnpin for DropExternalTypeStatement
impl UnwindSafe for DropExternalTypeStatement
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