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
impl Copy for DropReplicationSlotCmd
Auto Trait Implementations§
impl Freeze for DropReplicationSlotCmd
impl RefUnwindSafe for DropReplicationSlotCmd
impl !Send for DropReplicationSlotCmd
impl !Sync for DropReplicationSlotCmd
impl Unpin for DropReplicationSlotCmd
impl UnwindSafe for DropReplicationSlotCmd
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