Enum cosmwasm_std::CoinsError 
source · pub enum CoinsError {
    DuplicateDenom,
}Variants§
DuplicateDenom
Trait Implementations§
source§impl Debug for CoinsError
 
impl Debug for CoinsError
source§impl Display for CoinsError
 
impl Display for CoinsError
source§impl Error for CoinsError
 
impl Error for CoinsError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
 
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<CoinsError> for StdError
 
impl From<CoinsError> for StdError
source§fn from(value: CoinsError) -> Self
 
fn from(value: CoinsError) -> Self
Converts to this type from the input type.
source§impl PartialEq<CoinsError> for CoinsError
 
impl PartialEq<CoinsError> for CoinsError
source§fn eq(&self, other: &CoinsError) -> bool
 
fn eq(&self, other: &CoinsError) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for CoinsError
impl StructuralEq for CoinsError
impl StructuralPartialEq for CoinsError
Auto Trait Implementations§
impl RefUnwindSafe for CoinsError
impl Send for CoinsError
impl Sync for CoinsError
impl Unpin for CoinsError
impl UnwindSafe for CoinsError
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