pub struct StopQueryExecutionOutput {}Trait Implementations§
Source§impl Clone for StopQueryExecutionOutput
impl Clone for StopQueryExecutionOutput
Source§fn clone(&self) -> StopQueryExecutionOutput
fn clone(&self) -> StopQueryExecutionOutput
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 StopQueryExecutionOutput
impl Debug for StopQueryExecutionOutput
Source§impl Default for StopQueryExecutionOutput
impl Default for StopQueryExecutionOutput
Source§fn default() -> StopQueryExecutionOutput
fn default() -> StopQueryExecutionOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StopQueryExecutionOutput
impl<'de> Deserialize<'de> for StopQueryExecutionOutput
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 StopQueryExecutionOutput
impl PartialEq for StopQueryExecutionOutput
impl StructuralPartialEq for StopQueryExecutionOutput
Auto Trait Implementations§
impl Freeze for StopQueryExecutionOutput
impl RefUnwindSafe for StopQueryExecutionOutput
impl Send for StopQueryExecutionOutput
impl Sync for StopQueryExecutionOutput
impl Unpin for StopQueryExecutionOutput
impl UnwindSafe for StopQueryExecutionOutput
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