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