Struct postgres_replication::protocol::CommitBody
source · pub struct CommitBody { /* private fields */ }
Expand description
A COMMIT statement
Implementations§
source§impl CommitBody
impl CommitBody
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommitBody
impl RefUnwindSafe for CommitBody
impl Send for CommitBody
impl Sync for CommitBody
impl Unpin for CommitBody
impl UnwindSafe for CommitBody
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