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