#[repr(C)]pub struct CompositeTypeStmt {
pub type_: NodeTag,
pub typevar: *mut RangeVar,
pub coldeflist: *mut List,
}
Fields§
§type_: NodeTag
§typevar: *mut RangeVar
§coldeflist: *mut List
Trait Implementations§
Source§impl Clone for CompositeTypeStmt
impl Clone for CompositeTypeStmt
Source§fn clone(&self) -> CompositeTypeStmt
fn clone(&self) -> CompositeTypeStmt
Returns a copy 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 CompositeTypeStmt
impl Debug for CompositeTypeStmt
Source§impl Default for CompositeTypeStmt
impl Default for CompositeTypeStmt
Source§impl Display for CompositeTypeStmt
impl Display for CompositeTypeStmt
Source§impl PgNode for CompositeTypeStmt
impl PgNode for CompositeTypeStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for CompositeTypeStmt
Auto Trait Implementations§
impl Freeze for CompositeTypeStmt
impl RefUnwindSafe for CompositeTypeStmt
impl !Send for CompositeTypeStmt
impl !Sync for CompositeTypeStmt
impl Unpin for CompositeTypeStmt
impl UnwindSafe for CompositeTypeStmt
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