Struct pgx_pg_sys::AlterExtensionContentsStmt
source · [−]#[repr(C)]pub struct AlterExtensionContentsStmt {
pub type_: NodeTag,
pub extname: *mut c_char,
pub action: c_int,
pub objtype: ObjectType,
pub object: *mut Node,
}Fields
type_: NodeTagextname: *mut c_charaction: c_intobjtype: ObjectTypeobject: *mut NodeTrait Implementations
sourceimpl Clone for AlterExtensionContentsStmt
impl Clone for AlterExtensionContentsStmt
sourcefn clone(&self) -> AlterExtensionContentsStmt
fn clone(&self) -> AlterExtensionContentsStmt
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 AlterExtensionContentsStmt
impl Debug for AlterExtensionContentsStmt
sourceimpl Default for AlterExtensionContentsStmt
impl Default for AlterExtensionContentsStmt
sourceimpl Display for AlterExtensionContentsStmt
impl Display for AlterExtensionContentsStmt
sourceimpl PgNode for AlterExtensionContentsStmt
impl PgNode for AlterExtensionContentsStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterExtensionContentsStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterExtensionContentsStmt
impl !Send for AlterExtensionContentsStmt
impl !Sync for AlterExtensionContentsStmt
impl Unpin for AlterExtensionContentsStmt
impl UnwindSafe for AlterExtensionContentsStmt
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