pub struct ValidateQueryRequestBodyJson {
pub query: Option<Query>,
}Expand description
ValidateQueryRequestBodyJson The query definition specified with the Query DSL
Fields§
§query: Option<Query>Implementations§
Source§impl ValidateQueryRequestBodyJson
impl ValidateQueryRequestBodyJson
Sourcepub fn new() -> ValidateQueryRequestBodyJson
pub fn new() -> ValidateQueryRequestBodyJson
The query definition specified with the Query DSL
Trait Implementations§
Source§impl Clone for ValidateQueryRequestBodyJson
impl Clone for ValidateQueryRequestBodyJson
Source§fn clone(&self) -> ValidateQueryRequestBodyJson
fn clone(&self) -> ValidateQueryRequestBodyJson
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 moreSource§impl Debug for ValidateQueryRequestBodyJson
impl Debug for ValidateQueryRequestBodyJson
Source§impl Default for ValidateQueryRequestBodyJson
impl Default for ValidateQueryRequestBodyJson
Source§fn default() -> ValidateQueryRequestBodyJson
fn default() -> ValidateQueryRequestBodyJson
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ValidateQueryRequestBodyJson
impl<'de> Deserialize<'de> for ValidateQueryRequestBodyJson
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 ValidateQueryRequestBodyJson
impl PartialEq for ValidateQueryRequestBodyJson
Source§fn eq(&self, other: &ValidateQueryRequestBodyJson) -> bool
fn eq(&self, other: &ValidateQueryRequestBodyJson) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ValidateQueryRequestBodyJson
Auto Trait Implementations§
impl Freeze for ValidateQueryRequestBodyJson
impl RefUnwindSafe for ValidateQueryRequestBodyJson
impl Send for ValidateQueryRequestBodyJson
impl Sync for ValidateQueryRequestBodyJson
impl Unpin for ValidateQueryRequestBodyJson
impl UnsafeUnpin for ValidateQueryRequestBodyJson
impl UnwindSafe for ValidateQueryRequestBodyJson
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