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