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