Struct postgres_replication::protocol::OriginBody
source · pub struct OriginBody { /* private fields */ }
Expand description
An Origin replication message
Note that there can be multiple Origin messages inside a single transaction.
Implementations§
source§impl OriginBody
impl OriginBody
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for OriginBody
impl RefUnwindSafe for OriginBody
impl Send for OriginBody
impl Sync for OriginBody
impl Unpin for OriginBody
impl UnwindSafe for OriginBody
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