Struct pgx_pg_sys::AlterObjectSchemaStmt
source · [−]#[repr(C)]pub struct AlterObjectSchemaStmt {
pub type_: NodeTag,
pub objectType: ObjectType,
pub relation: *mut RangeVar,
pub object: *mut Node,
pub newschema: *mut c_char,
pub missing_ok: bool,
}Fields
type_: NodeTagobjectType: ObjectTyperelation: *mut RangeVarobject: *mut Nodenewschema: *mut c_charmissing_ok: boolTrait Implementations
sourceimpl Clone for AlterObjectSchemaStmt
impl Clone for AlterObjectSchemaStmt
sourcefn clone(&self) -> AlterObjectSchemaStmt
fn clone(&self) -> AlterObjectSchemaStmt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AlterObjectSchemaStmt
impl Debug for AlterObjectSchemaStmt
sourceimpl Default for AlterObjectSchemaStmt
impl Default for AlterObjectSchemaStmt
sourceimpl Display for AlterObjectSchemaStmt
impl Display for AlterObjectSchemaStmt
sourceimpl PgNode for AlterObjectSchemaStmt
impl PgNode for AlterObjectSchemaStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterObjectSchemaStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterObjectSchemaStmt
impl !Send for AlterObjectSchemaStmt
impl !Sync for AlterObjectSchemaStmt
impl Unpin for AlterObjectSchemaStmt
impl UnwindSafe for AlterObjectSchemaStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more