pub struct DesmosQueryWrapper {
pub route: DesmosRoute,
pub query_data: DesmosQuery,
}Expand description
DesmosQueryWrapper is an override of QueryRequest::Custom to access desmos-specific modules
Fields§
§route: DesmosRoute§query_data: DesmosQueryTrait Implementations§
Source§impl Clone for DesmosQueryWrapper
impl Clone for DesmosQueryWrapper
Source§fn clone(&self) -> DesmosQueryWrapper
fn clone(&self) -> DesmosQueryWrapper
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 DesmosQueryWrapper
impl Debug for DesmosQueryWrapper
Source§impl<'de> Deserialize<'de> for DesmosQueryWrapper
impl<'de> Deserialize<'de> for DesmosQueryWrapper
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 JsonSchema for DesmosQueryWrapper
impl JsonSchema for DesmosQueryWrapper
Source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
Source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moreSource§impl PartialEq for DesmosQueryWrapper
impl PartialEq for DesmosQueryWrapper
Source§impl Serialize for DesmosQueryWrapper
impl Serialize for DesmosQueryWrapper
impl CustomQuery for DesmosQueryWrapper
impl StructuralPartialEq for DesmosQueryWrapper
Auto Trait Implementations§
impl Freeze for DesmosQueryWrapper
impl RefUnwindSafe for DesmosQueryWrapper
impl Send for DesmosQueryWrapper
impl Sync for DesmosQueryWrapper
impl Unpin for DesmosQueryWrapper
impl UnwindSafe for DesmosQueryWrapper
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