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