Struct cosm_utils::modules::cosmwasm::model::InstantiateResponse
source · pub struct InstantiateResponse<T> {
pub address: Address,
pub res: T,
}Fields§
§address: Address§res: TTrait Implementations§
source§impl<T: Clone> Clone for InstantiateResponse<T>
impl<T: Clone> Clone for InstantiateResponse<T>
source§fn clone(&self) -> InstantiateResponse<T>
fn clone(&self) -> InstantiateResponse<T>
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<T: Debug> Debug for InstantiateResponse<T>
impl<T: Debug> Debug for InstantiateResponse<T>
source§impl<'de, T> Deserialize<'de> for InstantiateResponse<T>where
T: Deserialize<'de>,
impl<'de, T> Deserialize<'de> for InstantiateResponse<T>where T: Deserialize<'de>,
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<T: PartialEq> PartialEq<InstantiateResponse<T>> for InstantiateResponse<T>
impl<T: PartialEq> PartialEq<InstantiateResponse<T>> for InstantiateResponse<T>
source§fn eq(&self, other: &InstantiateResponse<T>) -> bool
fn eq(&self, other: &InstantiateResponse<T>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<T> Serialize for InstantiateResponse<T>where
T: Serialize,
impl<T> Serialize for InstantiateResponse<T>where T: Serialize,
impl<T: Eq> Eq for InstantiateResponse<T>
impl<T> StructuralEq for InstantiateResponse<T>
impl<T> StructuralPartialEq for InstantiateResponse<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for InstantiateResponse<T>where T: RefUnwindSafe,
impl<T> Send for InstantiateResponse<T>where T: Send,
impl<T> Sync for InstantiateResponse<T>where T: Sync,
impl<T> Unpin for InstantiateResponse<T>where T: Unpin,
impl<T> UnwindSafe for InstantiateResponse<T>where T: UnwindSafe,
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request