Struct postgres_protocol::message::backend::ReadyForQueryBody
source · pub struct ReadyForQueryBody { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for ReadyForQueryBody
impl RefUnwindSafe for ReadyForQueryBody
impl Send for ReadyForQueryBody
impl Sync for ReadyForQueryBody
impl Unpin for ReadyForQueryBody
impl UnwindSafe for ReadyForQueryBody
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