Struct abstract_sdk::DepositMsgs
source · pub struct DepositMsgs(/* private fields */);Expand description
CosmosMsg from the executor methods
Trait Implementations§
source§impl Debug for DepositMsgs
impl Debug for DepositMsgs
source§impl From<DepositMsgs> for Vec<CosmosMsg>
impl From<DepositMsgs> for Vec<CosmosMsg>
source§fn from(val: DepositMsgs) -> Self
fn from(val: DepositMsgs) -> Self
Converts to this type from the input type.
source§impl IntoIterator for DepositMsgs
impl IntoIterator for DepositMsgs
source§impl PartialEq for DepositMsgs
impl PartialEq for DepositMsgs
source§fn eq(&self, other: &DepositMsgs) -> bool
fn eq(&self, other: &DepositMsgs) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for DepositMsgs
impl StructuralEq for DepositMsgs
impl StructuralPartialEq for DepositMsgs
Auto Trait Implementations§
impl RefUnwindSafe for DepositMsgs
impl Send for DepositMsgs
impl Sync for DepositMsgs
impl Unpin for DepositMsgs
impl UnwindSafe for DepositMsgs
Blanket Implementations§
§impl<U> As for U
impl<U> As for U
§fn as_<T>(self) -> Twhere
T: CastFrom<U>,
fn as_<T>(self) -> Twhere T: CastFrom<U>,
Casts
self to type T. The semantics of numeric casting with the as operator are followed, so <T as As>::as_::<U> can be used in the same way as T as U for numeric conversions. Read moresource§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