Enum rest_api_utils::errors::Error [−][src]
pub enum Error {
ReqwestError(Error),
SerdeJsonError(Error),
ApiError(ApiError),
UnexpectedData(String),
}Variants
ReqwestError(Error)
Tuple Fields
0: ErrorSerdeJsonError(Error)
Tuple Fields
0: ErrorApiError(ApiError)
Tuple Fields
0: ApiErrorUnexpectedData(String)
Tuple Fields
0: StringTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
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