Struct pgrx_pg_sys::ReplicaIdentityStmt
source · #[repr(C)]pub struct ReplicaIdentityStmt {
pub type_: NodeTag,
pub identity_type: c_char,
pub name: *mut c_char,
}
Fields§
§type_: NodeTag
§identity_type: c_char
§name: *mut c_char
Trait Implementations§
source§impl Clone for ReplicaIdentityStmt
impl Clone for ReplicaIdentityStmt
source§fn clone(&self) -> ReplicaIdentityStmt
fn clone(&self) -> ReplicaIdentityStmt
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 ReplicaIdentityStmt
impl Debug for ReplicaIdentityStmt
source§impl Default for ReplicaIdentityStmt
impl Default for ReplicaIdentityStmt
source§impl Display for ReplicaIdentityStmt
impl Display for ReplicaIdentityStmt
source§impl PgNode for ReplicaIdentityStmt
impl PgNode for ReplicaIdentityStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for ReplicaIdentityStmt
Auto Trait Implementations§
impl Freeze for ReplicaIdentityStmt
impl RefUnwindSafe for ReplicaIdentityStmt
impl !Send for ReplicaIdentityStmt
impl !Sync for ReplicaIdentityStmt
impl Unpin for ReplicaIdentityStmt
impl UnwindSafe for ReplicaIdentityStmt
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