pub enum OwsErrorCode {
WalletNotFound,
ChainNotSupported,
InvalidPassphrase,
InvalidInput,
CaipParseError,
}Variants§
Trait Implementations§
Source§impl Clone for OwsErrorCode
impl Clone for OwsErrorCode
Source§fn clone(&self) -> OwsErrorCode
fn clone(&self) -> OwsErrorCode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OwsErrorCode
impl Debug for OwsErrorCode
Source§impl PartialEq for OwsErrorCode
impl PartialEq for OwsErrorCode
Source§impl Serialize for OwsErrorCode
impl Serialize for OwsErrorCode
impl Eq for OwsErrorCode
impl StructuralPartialEq for OwsErrorCode
Auto Trait Implementations§
impl Freeze for OwsErrorCode
impl RefUnwindSafe for OwsErrorCode
impl Send for OwsErrorCode
impl Sync for OwsErrorCode
impl Unpin for OwsErrorCode
impl UnsafeUnpin for OwsErrorCode
impl UnwindSafe for OwsErrorCode
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