Enum barter_data::error::ClientError [−][src]
pub enum ClientError {
WebSocketConnect(Error),
WebSocketWrite(Error),
WebSocketRead(Error),
Deserialisation(Error),
SendFailure,
}Variants
WebSocketConnect(Error)
WebSocketWrite(Error)
WebSocketRead(Error)
Deserialisation(Error)
Tuple Fields
0: ErrorSendFailure
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ClientError
impl Send for ClientError
impl Sync for ClientError
impl Unpin for ClientError
impl !UnwindSafe for ClientError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
