pub enum AmountError {
InvalidCoinAmount,
}Expand description
Amount related errors.
Variants§
InvalidCoinAmount
Invalid Coin Amount
Trait Implementations§
Source§impl Debug for AmountError
impl Debug for AmountError
Auto Trait Implementations§
impl Freeze for AmountError
impl RefUnwindSafe for AmountError
impl Send for AmountError
impl Sync for AmountError
impl Unpin for AmountError
impl UnwindSafe for AmountError
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