Struct pgx_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_: NodeTagobjectType: ObjectTyperelation: *mut RangeVarobject: *mut Nodeextname: *mut Valueremove: boolTrait Implementations
sourceimpl Clone for AlterObjectDependsStmt
impl Clone for AlterObjectDependsStmt
sourcefn clone(&self) -> AlterObjectDependsStmt
fn clone(&self) -> AlterObjectDependsStmt
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 AlterObjectDependsStmt
impl Debug for AlterObjectDependsStmt
sourceimpl Default for AlterObjectDependsStmt
impl Default for AlterObjectDependsStmt
sourceimpl Display for AlterObjectDependsStmt
impl Display for AlterObjectDependsStmt
sourceimpl PgNode for AlterObjectDependsStmt
impl PgNode for AlterObjectDependsStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterObjectDependsStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterObjectDependsStmt
impl !Send for AlterObjectDependsStmt
impl !Sync for AlterObjectDependsStmt
impl Unpin for AlterObjectDependsStmt
impl UnwindSafe for AlterObjectDependsStmt
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