#[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_charTrait Implementations§
Source§impl Clone for ReplicaIdentityStmt
impl Clone for ReplicaIdentityStmt
Source§fn clone(&self) -> ReplicaIdentityStmt
fn clone(&self) -> ReplicaIdentityStmt
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 ReplicaIdentityStmt
Source§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
Auto Trait Implementations§
impl !Send for ReplicaIdentityStmt
impl !Sync for ReplicaIdentityStmt
impl Freeze for ReplicaIdentityStmt
impl RefUnwindSafe for ReplicaIdentityStmt
impl Unpin for ReplicaIdentityStmt
impl UnsafeUnpin 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