pub struct InFlightQuery {
pub cancel_slot: CancelSlot,
pub state: Arc<QueryState>,
}Fields§
§cancel_slot: CancelSlot§state: Arc<QueryState>Implementations§
Source§impl InFlightQuery
impl InFlightQuery
pub async fn cancel_server_query(&self) -> Result<bool, String>
Trait Implementations§
Source§impl Clone for InFlightQuery
impl Clone for InFlightQuery
Source§fn clone(&self) -> InFlightQuery
fn clone(&self) -> InFlightQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for InFlightQuery
impl !UnwindSafe for InFlightQuery
impl Freeze for InFlightQuery
impl Send for InFlightQuery
impl Sync for InFlightQuery
impl Unpin for InFlightQuery
impl UnsafeUnpin for InFlightQuery
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