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