Enum kaspa_bip32::types::ErrorImpl
source · #[non_exhaustive]pub enum ErrorImpl {
DecodeInvalidLength,
DecodeInvalidStr,
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
source§impl PartialEq for ErrorImpl
impl PartialEq for ErrorImpl
impl Copy for ErrorImpl
impl Eq for ErrorImpl
impl StructuralEq for ErrorImpl
impl StructuralPartialEq for ErrorImpl
Auto Trait Implementations§
impl RefUnwindSafe for ErrorImpl
impl Send for ErrorImpl
impl Sync for ErrorImpl
impl Unpin for ErrorImpl
impl UnwindSafe for ErrorImpl
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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