#[repr(C)]pub struct DropReplicationSlotCmd {
pub type_: NodeTag,
pub slotname: *mut c_char,
pub wait: bool,
}Fields§
§type_: NodeTag§slotname: *mut c_char§wait: boolTrait Implementations§
Source§impl Clone for DropReplicationSlotCmd
impl Clone for DropReplicationSlotCmd
Source§fn clone(&self) -> DropReplicationSlotCmd
fn clone(&self) -> DropReplicationSlotCmd
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DropReplicationSlotCmd
Source§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
Auto Trait Implementations§
impl !Send for DropReplicationSlotCmd
impl !Sync for DropReplicationSlotCmd
impl Freeze for DropReplicationSlotCmd
impl RefUnwindSafe for DropReplicationSlotCmd
impl Unpin for DropReplicationSlotCmd
impl UnsafeUnpin 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