pub struct DeleteQueryDefinitionResponse {
pub success: Option<bool>,
}Fields§
§success: Option<bool>Trait Implementations§
Source§impl Clone for DeleteQueryDefinitionResponse
impl Clone for DeleteQueryDefinitionResponse
Source§fn clone(&self) -> DeleteQueryDefinitionResponse
fn clone(&self) -> DeleteQueryDefinitionResponse
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 Default for DeleteQueryDefinitionResponse
impl Default for DeleteQueryDefinitionResponse
Source§fn default() -> DeleteQueryDefinitionResponse
fn default() -> DeleteQueryDefinitionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteQueryDefinitionResponse
impl<'de> Deserialize<'de> for DeleteQueryDefinitionResponse
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 DeleteQueryDefinitionResponse
impl PartialEq for DeleteQueryDefinitionResponse
Source§fn eq(&self, other: &DeleteQueryDefinitionResponse) -> bool
fn eq(&self, other: &DeleteQueryDefinitionResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteQueryDefinitionResponse
Auto Trait Implementations§
impl Freeze for DeleteQueryDefinitionResponse
impl RefUnwindSafe for DeleteQueryDefinitionResponse
impl Send for DeleteQueryDefinitionResponse
impl Sync for DeleteQueryDefinitionResponse
impl Unpin for DeleteQueryDefinitionResponse
impl UnwindSafe for DeleteQueryDefinitionResponse
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