#[repr(C)]pub struct AlterObjectSchemaStmt {
pub type_: NodeTag,
pub objectType: Type,
pub relation: *mut RangeVar,
pub object: *mut Node,
pub newschema: *mut c_char,
pub missing_ok: bool,
}
Fields§
§type_: NodeTag
§objectType: Type
§relation: *mut RangeVar
§object: *mut Node
§newschema: *mut c_char
§missing_ok: bool
Trait Implementations§
Source§impl Clone for AlterObjectSchemaStmt
impl Clone for AlterObjectSchemaStmt
Source§fn clone(&self) -> AlterObjectSchemaStmt
fn clone(&self) -> AlterObjectSchemaStmt
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 AlterObjectSchemaStmt
impl Debug for AlterObjectSchemaStmt
Source§impl Default for AlterObjectSchemaStmt
impl Default for AlterObjectSchemaStmt
Source§impl Display for AlterObjectSchemaStmt
impl Display for AlterObjectSchemaStmt
Source§impl PgNode for AlterObjectSchemaStmt
impl PgNode for AlterObjectSchemaStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for AlterObjectSchemaStmt
Auto Trait Implementations§
impl Freeze for AlterObjectSchemaStmt
impl RefUnwindSafe for AlterObjectSchemaStmt
impl !Send for AlterObjectSchemaStmt
impl !Sync for AlterObjectSchemaStmt
impl Unpin for AlterObjectSchemaStmt
impl UnwindSafe for AlterObjectSchemaStmt
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