Enum witty_jsonrpc::server::ServerError
source · pub enum ServerError {
Transport(TransportError),
}Variants§
Transport(TransportError)
An error that happened in one of the underlaying transports
Trait Implementations§
source§impl Debug for ServerError
impl Debug for ServerError
source§impl From<TransportError> for ServerError
impl From<TransportError> for ServerError
source§fn from(value: TransportError) -> Self
fn from(value: TransportError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for ServerError
impl Send for ServerError
impl Sync for ServerError
impl Unpin for ServerError
impl !UnwindSafe for ServerError
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