Struct pgx_pg_sys::AlterOwnerStmt
source · [−]#[repr(C)]pub struct AlterOwnerStmt {
pub type_: NodeTag,
pub objectType: ObjectType,
pub relation: *mut RangeVar,
pub object: *mut Node,
pub newowner: *mut RoleSpec,
}Fields
type_: NodeTagobjectType: ObjectTyperelation: *mut RangeVarobject: *mut Nodenewowner: *mut RoleSpecTrait Implementations
sourceimpl Clone for AlterOwnerStmt
impl Clone for AlterOwnerStmt
sourcefn clone(&self) -> AlterOwnerStmt
fn clone(&self) -> AlterOwnerStmt
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 AlterOwnerStmt
impl Debug for AlterOwnerStmt
sourceimpl Default for AlterOwnerStmt
impl Default for AlterOwnerStmt
sourceimpl Display for AlterOwnerStmt
impl Display for AlterOwnerStmt
sourceimpl PgNode for AlterOwnerStmt
impl PgNode for AlterOwnerStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterOwnerStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterOwnerStmt
impl !Send for AlterOwnerStmt
impl !Sync for AlterOwnerStmt
impl Unpin for AlterOwnerStmt
impl UnwindSafe for AlterOwnerStmt
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