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