#[repr(C)]pub struct AlterTypeStmt {
pub type_: NodeTag,
pub typeName: *mut List,
pub options: *mut List,
}Fields§
§type_: NodeTag§typeName: *mut List§options: *mut ListTrait Implementations§
Source§impl Clone for AlterTypeStmt
impl Clone for AlterTypeStmt
Source§fn clone(&self) -> AlterTypeStmt
fn clone(&self) -> AlterTypeStmt
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 AlterTypeStmt
Source§impl Debug for AlterTypeStmt
impl Debug for AlterTypeStmt
Source§impl Default for AlterTypeStmt
impl Default for AlterTypeStmt
Source§impl Display for AlterTypeStmt
impl Display for AlterTypeStmt
Auto Trait Implementations§
impl !Send for AlterTypeStmt
impl !Sync for AlterTypeStmt
impl Freeze for AlterTypeStmt
impl RefUnwindSafe for AlterTypeStmt
impl Unpin for AlterTypeStmt
impl UnsafeUnpin for AlterTypeStmt
impl UnwindSafe for AlterTypeStmt
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