Struct cw_utils::MsgInstantiateContractResponse [−][src]
pub struct MsgInstantiateContractResponse {
pub contract_address: String,
pub data: Option<Binary>,
}Fields
contract_address: Stringdata: Option<Binary>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for MsgInstantiateContractResponse
impl Sync for MsgInstantiateContractResponse
impl Unpin for MsgInstantiateContractResponse
impl UnwindSafe for MsgInstantiateContractResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
