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