#[repr(C)]pub struct DropSubscriptionStmt {
pub type_: NodeTag,
pub subname: *mut c_char,
pub missing_ok: bool,
pub behavior: Type,
}
Fields§
§type_: NodeTag
§subname: *mut c_char
§missing_ok: bool
§behavior: Type
Trait Implementations§
Source§impl Clone for DropSubscriptionStmt
impl Clone for DropSubscriptionStmt
Source§fn clone(&self) -> DropSubscriptionStmt
fn clone(&self) -> DropSubscriptionStmt
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DropSubscriptionStmt
impl Debug for DropSubscriptionStmt
Source§impl Default for DropSubscriptionStmt
impl Default for DropSubscriptionStmt
Source§impl Display for DropSubscriptionStmt
impl Display for DropSubscriptionStmt
Source§impl PgNode for DropSubscriptionStmt
impl PgNode for DropSubscriptionStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for DropSubscriptionStmt
Auto Trait Implementations§
impl Freeze for DropSubscriptionStmt
impl RefUnwindSafe for DropSubscriptionStmt
impl !Send for DropSubscriptionStmt
impl !Sync for DropSubscriptionStmt
impl Unpin for DropSubscriptionStmt
impl UnwindSafe for DropSubscriptionStmt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more