#[repr(C)]pub struct AlterDomainStmt {
pub type_: NodeTag,
pub subtype: c_char,
pub typeName: *mut List,
pub name: *mut c_char,
pub def: *mut Node,
pub behavior: Type,
pub missing_ok: bool,
}Fields§
§type_: NodeTag§subtype: c_char§typeName: *mut List§name: *mut c_char§def: *mut Node§behavior: Type§missing_ok: boolTrait Implementations§
Source§impl Clone for AlterDomainStmt
impl Clone for AlterDomainStmt
Source§fn clone(&self) -> AlterDomainStmt
fn clone(&self) -> AlterDomainStmt
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 AlterDomainStmt
Source§impl Debug for AlterDomainStmt
impl Debug for AlterDomainStmt
Source§impl Default for AlterDomainStmt
impl Default for AlterDomainStmt
Source§impl Display for AlterDomainStmt
impl Display for AlterDomainStmt
Auto Trait Implementations§
impl !Send for AlterDomainStmt
impl !Sync for AlterDomainStmt
impl Freeze for AlterDomainStmt
impl RefUnwindSafe for AlterDomainStmt
impl Unpin for AlterDomainStmt
impl UnsafeUnpin for AlterDomainStmt
impl UnwindSafe for AlterDomainStmt
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