Struct pgx_pg_sys::ReplicaIdentityStmt
source · [−]#[repr(C)]pub struct ReplicaIdentityStmt {
pub type_: NodeTag,
pub identity_type: c_char,
pub name: *mut c_char,
}Fields
type_: NodeTagidentity_type: c_charname: *mut c_charTrait Implementations
sourceimpl Clone for ReplicaIdentityStmt
impl Clone for ReplicaIdentityStmt
sourcefn clone(&self) -> ReplicaIdentityStmt
fn clone(&self) -> ReplicaIdentityStmt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ReplicaIdentityStmt
impl Debug for ReplicaIdentityStmt
sourceimpl Default for ReplicaIdentityStmt
impl Default for ReplicaIdentityStmt
sourceimpl Display for ReplicaIdentityStmt
impl Display for ReplicaIdentityStmt
sourceimpl PgNode for ReplicaIdentityStmt
impl PgNode for ReplicaIdentityStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ReplicaIdentityStmt
Auto Trait Implementations
impl RefUnwindSafe for ReplicaIdentityStmt
impl !Send for ReplicaIdentityStmt
impl !Sync for ReplicaIdentityStmt
impl Unpin for ReplicaIdentityStmt
impl UnwindSafe for ReplicaIdentityStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more