Struct secret_cosmwasm_std::ContractInfo
source · [−]Fields
address: Addrcode_hash: StringTrait Implementations
sourceimpl Clone for ContractInfo
impl Clone for ContractInfo
sourcefn clone(&self) -> ContractInfo
fn clone(&self) -> ContractInfo
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ContractInfo
impl Debug for ContractInfo
sourceimpl<'de> Deserialize<'de> for ContractInfo
impl<'de> Deserialize<'de> for ContractInfo
sourcefn 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
sourceimpl PartialEq<ContractInfo> for ContractInfo
impl PartialEq<ContractInfo> for ContractInfo
sourcefn eq(&self, other: &ContractInfo) -> bool
fn eq(&self, other: &ContractInfo) -> bool
sourceimpl Serialize for ContractInfo
impl Serialize for ContractInfo
impl StructuralPartialEq for ContractInfo
Auto Trait Implementations
impl RefUnwindSafe for ContractInfo
impl Send for ContractInfo
impl Sync for ContractInfo
impl Unpin for ContractInfo
impl UnwindSafe for ContractInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more