pub enum CoinPaymentErrCode {
BalanceLow,
Denied,
BadCoins,
SnipedCoins,
PurseNotFound,
ReceivableNotFound,
UnsupportedChannel,
UserAgentCapabilityUnavailable,
Internal,
}Variants§
BalanceLow
Denied
BadCoins
SnipedCoins
PurseNotFound
ReceivableNotFound
UnsupportedChannel
Internal
Implementations§
Trait Implementations§
Source§impl Clone for CoinPaymentErrCode
impl Clone for CoinPaymentErrCode
Source§fn clone(&self) -> CoinPaymentErrCode
fn clone(&self) -> CoinPaymentErrCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CoinPaymentErrCode
Source§impl Debug for CoinPaymentErrCode
impl Debug for CoinPaymentErrCode
impl Eq for CoinPaymentErrCode
Source§impl PartialEq for CoinPaymentErrCode
impl PartialEq for CoinPaymentErrCode
impl StructuralPartialEq for CoinPaymentErrCode
Auto Trait Implementations§
impl Freeze for CoinPaymentErrCode
impl RefUnwindSafe for CoinPaymentErrCode
impl Send for CoinPaymentErrCode
impl Sync for CoinPaymentErrCode
impl Unpin for CoinPaymentErrCode
impl UnsafeUnpin for CoinPaymentErrCode
impl UnwindSafe for CoinPaymentErrCode
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