Enum nip_70::Nip70ClientError
source · pub enum Nip70ClientError {
UdsClientError(UdsClientError),
ProtocolError,
ServerError(Nip70ServerError),
}
Expand description
Errors that can be returned from Nip70Client
functions.
Variants§
Trait Implementations§
source§impl Debug for Nip70ClientError
impl Debug for Nip70ClientError
source§impl PartialEq for Nip70ClientError
impl PartialEq for Nip70ClientError
source§fn eq(&self, other: &Nip70ClientError) -> bool
fn eq(&self, other: &Nip70ClientError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Nip70ClientError
Auto Trait Implementations§
impl RefUnwindSafe for Nip70ClientError
impl Send for Nip70ClientError
impl Sync for Nip70ClientError
impl Unpin for Nip70ClientError
impl UnwindSafe for Nip70ClientError
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