pub struct ReadyForQuery { /* private fields */ }Implementations§
Source§impl ReadyForQuery
impl ReadyForQuery
pub fn new(transaction_status: TransactionStatus) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadyForQuery
impl RefUnwindSafe for ReadyForQuery
impl Send for ReadyForQuery
impl Sync for ReadyForQuery
impl Unpin for ReadyForQuery
impl UnsafeUnpin for ReadyForQuery
impl UnwindSafe for ReadyForQuery
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