Struct pgrx_pg_sys::DropReplicationSlotCmd
source · #[repr(C)]pub struct DropReplicationSlotCmd {
pub type_: NodeTag,
pub slotname: *mut c_char,
pub wait: bool,
}
Fields§
§type_: NodeTag
§slotname: *mut c_char
§wait: bool
Trait Implementations§
source§impl Clone for DropReplicationSlotCmd
impl Clone for DropReplicationSlotCmd
source§fn clone(&self) -> DropReplicationSlotCmd
fn clone(&self) -> DropReplicationSlotCmd
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 DropReplicationSlotCmd
impl Debug for DropReplicationSlotCmd
source§impl Default for DropReplicationSlotCmd
impl Default for DropReplicationSlotCmd
source§impl Display for DropReplicationSlotCmd
impl Display for DropReplicationSlotCmd
source§impl PgNode for DropReplicationSlotCmd
impl PgNode for DropReplicationSlotCmd
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more