Struct cosm_utils::modules::cosmwasm::model::StoreCodeProto
source · pub struct StoreCodeProto {
pub signer_addr: Address,
pub wasm_data: Vec<u8>,
pub instantiate_perms: Option<AccessConfig>,
}Fields§
§signer_addr: Address§wasm_data: Vec<u8>§instantiate_perms: Option<AccessConfig>Trait Implementations§
source§impl Clone for StoreCodeProto
impl Clone for StoreCodeProto
source§fn clone(&self) -> StoreCodeProto
fn clone(&self) -> StoreCodeProto
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 StoreCodeProto
impl Debug for StoreCodeProto
source§impl<'de> Deserialize<'de> for StoreCodeProto
impl<'de> Deserialize<'de> for StoreCodeProto
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 Msg for StoreCodeProto
impl Msg for StoreCodeProto
§type Err = CosmwasmError
type Err = CosmwasmError
Protobuf conversion error type
source§impl PartialEq<StoreCodeProto> for StoreCodeProto
impl PartialEq<StoreCodeProto> for StoreCodeProto
source§fn eq(&self, other: &StoreCodeProto) -> bool
fn eq(&self, other: &StoreCodeProto) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for StoreCodeProto
impl Serialize for StoreCodeProto
source§impl TryFrom<MsgStoreCode> for StoreCodeProto
impl TryFrom<MsgStoreCode> for StoreCodeProto
source§impl TryFrom<StoreCodeProto> for MsgStoreCode
impl TryFrom<StoreCodeProto> for MsgStoreCode
§type Error = CosmwasmError
type Error = CosmwasmError
The type returned in the event of a conversion error.
impl Eq for StoreCodeProto
impl StructuralEq for StoreCodeProto
impl StructuralPartialEq for StoreCodeProto
Auto Trait Implementations§
impl RefUnwindSafe for StoreCodeProto
impl Send for StoreCodeProto
impl Sync for StoreCodeProto
impl Unpin for StoreCodeProto
impl UnwindSafe for StoreCodeProto
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