pub struct CreateExternalTypeStatement {
pub token: Token,
pub name: ObjectName,
pub extension_name: Identifier,
pub local_id: SmartString,
}Expand description
Bind one installed package type descriptor to a schema-qualified SQL name.
Fields§
§token: Token§name: ObjectName§extension_name: Identifier§local_id: SmartStringTrait Implementations§
Source§impl Clone for CreateExternalTypeStatement
impl Clone for CreateExternalTypeStatement
Source§fn clone(&self) -> CreateExternalTypeStatement
fn clone(&self) -> CreateExternalTypeStatement
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 CreateExternalTypeStatement
impl Debug for CreateExternalTypeStatement
impl StructuralPartialEq for CreateExternalTypeStatement
Auto Trait Implementations§
impl Freeze for CreateExternalTypeStatement
impl RefUnwindSafe for CreateExternalTypeStatement
impl Send for CreateExternalTypeStatement
impl Sync for CreateExternalTypeStatement
impl Unpin for CreateExternalTypeStatement
impl UnsafeUnpin for CreateExternalTypeStatement
impl UnwindSafe for CreateExternalTypeStatement
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