Struct secret_toolkit_snip721::query::ContractInfoResponse  
source · [−]pub struct ContractInfoResponse {
    pub contract_info: ContractInfo,
}Expand description
wrapper to deserialize ContractInfo response
Fields
contract_info: ContractInfoTrait Implementations
sourceimpl<'de> Deserialize<'de> for ContractInfoResponse
 
impl<'de> Deserialize<'de> for ContractInfoResponse
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 Serialize for ContractInfoResponse
 
impl Serialize for ContractInfoResponse
Auto Trait Implementations
impl RefUnwindSafe for ContractInfoResponse
impl Send for ContractInfoResponse
impl Sync for ContractInfoResponse
impl Unpin for ContractInfoResponse
impl UnwindSafe for ContractInfoResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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