pub struct QueryContractBalanceError;
Expand description
Error for querying the balance of a smart contract instance. No instance found for the provided contract address.
Trait Implementations
sourceimpl Clone for QueryContractBalanceError
impl Clone for QueryContractBalanceError
sourcefn clone(&self) -> QueryContractBalanceError
fn clone(&self) -> QueryContractBalanceError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for QueryContractBalanceError
impl Debug for QueryContractBalanceError
sourceimpl From<QueryContractBalanceError> for Reject
impl From<QueryContractBalanceError> for Reject
Query contract balance error missing contract is i32::MIN + 26.
sourcefn from(_: QueryContractBalanceError) -> Self
fn from(_: QueryContractBalanceError) -> Self
Converts to this type from the input type.
impl Copy for QueryContractBalanceError
Auto Trait Implementations
impl RefUnwindSafe for QueryContractBalanceError
impl Send for QueryContractBalanceError
impl Sync for QueryContractBalanceError
impl Unpin for QueryContractBalanceError
impl UnwindSafe for QueryContractBalanceError
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