pub struct CreateTypeStatement {
pub name: String,
pub kind: TypeKind,
}Expand description
v7.17.0 Phase 1.4 — CREATE TYPE AST.
Fields§
§name: String§kind: TypeKindTrait Implementations§
Source§impl Clone for CreateTypeStatement
impl Clone for CreateTypeStatement
Source§fn clone(&self) -> CreateTypeStatement
fn clone(&self) -> CreateTypeStatement
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 CreateTypeStatement
impl Debug for CreateTypeStatement
Source§impl Display for CreateTypeStatement
impl Display for CreateTypeStatement
impl Eq for CreateTypeStatement
Source§impl PartialEq for CreateTypeStatement
impl PartialEq for CreateTypeStatement
Source§fn eq(&self, other: &CreateTypeStatement) -> bool
fn eq(&self, other: &CreateTypeStatement) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateTypeStatement
Auto Trait Implementations§
impl Freeze for CreateTypeStatement
impl RefUnwindSafe for CreateTypeStatement
impl Send for CreateTypeStatement
impl Sync for CreateTypeStatement
impl Unpin for CreateTypeStatement
impl UnsafeUnpin for CreateTypeStatement
impl UnwindSafe for CreateTypeStatement
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