pub enum LwsErrorCode {
WalletNotFound,
ChainNotSupported,
InvalidPassphrase,
InvalidInput,
CaipParseError,
}Variants§
Trait Implementations§
Source§impl Clone for LwsErrorCode
impl Clone for LwsErrorCode
Source§fn clone(&self) -> LwsErrorCode
fn clone(&self) -> LwsErrorCode
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 LwsErrorCode
impl Debug for LwsErrorCode
Source§impl PartialEq for LwsErrorCode
impl PartialEq for LwsErrorCode
Source§impl Serialize for LwsErrorCode
impl Serialize for LwsErrorCode
impl Eq for LwsErrorCode
impl StructuralPartialEq for LwsErrorCode
Auto Trait Implementations§
impl Freeze for LwsErrorCode
impl RefUnwindSafe for LwsErrorCode
impl Send for LwsErrorCode
impl Sync for LwsErrorCode
impl Unpin for LwsErrorCode
impl UnsafeUnpin for LwsErrorCode
impl UnwindSafe for LwsErrorCode
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