pub struct DropExtensionStatement {
pub token: Token,
pub name: Identifier,
pub if_exists: bool,
}Expand description
Remove only an extension binding with no dependent catalog objects.
Fields§
§token: Token§name: Identifier§if_exists: boolTrait Implementations§
Source§impl Clone for DropExtensionStatement
impl Clone for DropExtensionStatement
Source§fn clone(&self) -> DropExtensionStatement
fn clone(&self) -> DropExtensionStatement
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 DropExtensionStatement
impl Debug for DropExtensionStatement
Source§impl Display for DropExtensionStatement
impl Display for DropExtensionStatement
Source§impl PartialEq for DropExtensionStatement
impl PartialEq for DropExtensionStatement
impl StructuralPartialEq for DropExtensionStatement
Auto Trait Implementations§
impl Freeze for DropExtensionStatement
impl RefUnwindSafe for DropExtensionStatement
impl Send for DropExtensionStatement
impl Sync for DropExtensionStatement
impl Unpin for DropExtensionStatement
impl UnsafeUnpin for DropExtensionStatement
impl UnwindSafe for DropExtensionStatement
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