pub struct ReadyForQueryParams {
pub tx_status: u8,
}
Fields§
§tx_status: u8
Auto Trait Implementations§
impl Freeze for ReadyForQueryParams
impl RefUnwindSafe for ReadyForQueryParams
impl Send for ReadyForQueryParams
impl Sync for ReadyForQueryParams
impl Unpin for ReadyForQueryParams
impl UnwindSafe for ReadyForQueryParams
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