#[repr(C)]pub struct CompositeTypeStmt {
pub type_: NodeTag,
pub typevar: *mut RangeVar,
pub coldeflist: *mut List,
}Fields§
§type_: NodeTag§typevar: *mut RangeVar§coldeflist: *mut ListTrait Implementations§
Source§impl Clone for CompositeTypeStmt
impl Clone for CompositeTypeStmt
Source§fn clone(&self) -> CompositeTypeStmt
fn clone(&self) -> CompositeTypeStmt
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 moreimpl Copy for CompositeTypeStmt
Source§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
Auto Trait Implementations§
impl !Send for CompositeTypeStmt
impl !Sync for CompositeTypeStmt
impl Freeze for CompositeTypeStmt
impl RefUnwindSafe for CompositeTypeStmt
impl Unpin for CompositeTypeStmt
impl UnsafeUnpin 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