pub struct StopQueryResponse {
pub success: Option<bool>,
}Fields§
§success: Option<bool>This is true if the query was stopped by the StopQuery operation.
Trait Implementations§
Source§impl Clone for StopQueryResponse
impl Clone for StopQueryResponse
Source§fn clone(&self) -> StopQueryResponse
fn clone(&self) -> StopQueryResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StopQueryResponse
impl Debug for StopQueryResponse
Source§impl Default for StopQueryResponse
impl Default for StopQueryResponse
Source§fn default() -> StopQueryResponse
fn default() -> StopQueryResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StopQueryResponse
impl<'de> Deserialize<'de> for StopQueryResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StopQueryResponse
impl PartialEq for StopQueryResponse
impl StructuralPartialEq for StopQueryResponse
Auto Trait Implementations§
impl Freeze for StopQueryResponse
impl RefUnwindSafe for StopQueryResponse
impl Send for StopQueryResponse
impl Sync for StopQueryResponse
impl Unpin for StopQueryResponse
impl UnwindSafe for StopQueryResponse
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