pub enum JadeError {
NoErrorOrResult,
Rpc(Error),
Cbor,
Request(&'static str),
Unexpected(String),
HandshakeRefused,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JadeError
impl RefUnwindSafe for JadeError
impl Send for JadeError
impl Sync for JadeError
impl Unpin for JadeError
impl UnwindSafe for JadeError
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