Struct mito_protocol::vault::ForwardedActionResponse
source · pub struct ForwardedActionResponse {
pub tokens_to_mint: Option<TokensToMint>,
pub tokens_to_burn: Option<Uint128>,
pub privileged_position_transfer: Option<PositionTransferAction>,
pub messages: Vec<CosmosMsg<InjectiveMsgWrapper>>,
pub submessages: Vec<SubMsg<InjectiveMsgWrapper>>,
}Fields§
§tokens_to_mint: Option<TokensToMint>§tokens_to_burn: Option<Uint128>§privileged_position_transfer: Option<PositionTransferAction>§messages: Vec<CosmosMsg<InjectiveMsgWrapper>>§submessages: Vec<SubMsg<InjectiveMsgWrapper>>Trait Implementations§
source§impl Clone for ForwardedActionResponse
impl Clone for ForwardedActionResponse
source§fn clone(&self) -> ForwardedActionResponse
fn clone(&self) -> ForwardedActionResponse
Returns a copy 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 ForwardedActionResponse
impl Debug for ForwardedActionResponse
source§impl<'de> Deserialize<'de> for ForwardedActionResponse
impl<'de> Deserialize<'de> for ForwardedActionResponse
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 ForwardedActionResponse
impl JsonSchema for ForwardedActionResponse
source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. 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 ForwardedActionResponse
impl PartialEq for ForwardedActionResponse
source§fn eq(&self, other: &ForwardedActionResponse) -> bool
fn eq(&self, other: &ForwardedActionResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ForwardedActionResponse
impl Serialize for ForwardedActionResponse
impl Eq for ForwardedActionResponse
impl StructuralPartialEq for ForwardedActionResponse
Auto Trait Implementations§
impl Freeze for ForwardedActionResponse
impl RefUnwindSafe for ForwardedActionResponse
impl Send for ForwardedActionResponse
impl Sync for ForwardedActionResponse
impl Unpin for ForwardedActionResponse
impl UnwindSafe for ForwardedActionResponse
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)