Struct postgres_replication::protocol::RelationBody
source · pub struct RelationBody { /* private fields */ }
Expand description
A Relation replication message
Implementations§
source§impl RelationBody
impl RelationBody
sourcepub fn replica_identity(&self) -> &ReplicaIdentity
pub fn replica_identity(&self) -> &ReplicaIdentity
Replica identity setting for the relation
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RelationBody
impl RefUnwindSafe for RelationBody
impl Send for RelationBody
impl Sync for RelationBody
impl Unpin for RelationBody
impl UnwindSafe for RelationBody
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