Struct pgx_pg_sys::ReassignOwnedStmt
source · [−]#[repr(C)]pub struct ReassignOwnedStmt {
pub type_: NodeTag,
pub roles: *mut List,
pub newrole: *mut RoleSpec,
}Fields
type_: NodeTagroles: *mut Listnewrole: *mut RoleSpecTrait Implementations
sourceimpl Clone for ReassignOwnedStmt
impl Clone for ReassignOwnedStmt
sourcefn clone(&self) -> ReassignOwnedStmt
fn clone(&self) -> ReassignOwnedStmt
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 ReassignOwnedStmt
impl Debug for ReassignOwnedStmt
sourceimpl Default for ReassignOwnedStmt
impl Default for ReassignOwnedStmt
sourceimpl Display for ReassignOwnedStmt
impl Display for ReassignOwnedStmt
sourceimpl PgNode for ReassignOwnedStmt
impl PgNode for ReassignOwnedStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ReassignOwnedStmt
Auto Trait Implementations
impl RefUnwindSafe for ReassignOwnedStmt
impl !Send for ReassignOwnedStmt
impl !Sync for ReassignOwnedStmt
impl Unpin for ReassignOwnedStmt
impl UnwindSafe for ReassignOwnedStmt
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