pub struct DesmosMsgWrapper {
pub route: DesmosRoute,
pub msg: DesmosMsg,
}Fields§
§route: DesmosRoute§msg: DesmosMsgTrait Implementations§
Source§impl Clone for DesmosMsgWrapper
impl Clone for DesmosMsgWrapper
Source§fn clone(&self) -> DesmosMsgWrapper
fn clone(&self) -> DesmosMsgWrapper
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 DesmosMsgWrapper
impl Debug for DesmosMsgWrapper
Source§impl<'de> Deserialize<'de> for DesmosMsgWrapper
impl<'de> Deserialize<'de> for DesmosMsgWrapper
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 Into<CosmosMsg<DesmosMsgWrapper>> for DesmosMsgWrapper
impl Into<CosmosMsg<DesmosMsgWrapper>> for DesmosMsgWrapper
Source§fn into(self) -> CosmosMsg<DesmosMsgWrapper>
fn into(self) -> CosmosMsg<DesmosMsgWrapper>
Converts this type into the (usually inferred) input type.
Source§impl JsonSchema for DesmosMsgWrapper
impl JsonSchema for DesmosMsgWrapper
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 DesmosMsgWrapper
impl PartialEq for DesmosMsgWrapper
Source§impl Serialize for DesmosMsgWrapper
impl Serialize for DesmosMsgWrapper
impl CustomMsg for DesmosMsgWrapper
impl StructuralPartialEq for DesmosMsgWrapper
Auto Trait Implementations§
impl Freeze for DesmosMsgWrapper
impl RefUnwindSafe for DesmosMsgWrapper
impl Send for DesmosMsgWrapper
impl Sync for DesmosMsgWrapper
impl Unpin for DesmosMsgWrapper
impl UnwindSafe for DesmosMsgWrapper
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