Enum subspedia_rs::FetchError [−][src]
An enumeration of possible error which can occur during http requests and the parsing of json returned by the api
Variants
Http(Error)Json(Error)
Trait Implementations
impl Debug for FetchError[src]
impl Debug for FetchErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Error> for FetchError[src]
impl From<Error> for FetchErrorfn from(err: Error) -> FetchError[src]
fn from(err: Error) -> FetchErrorPerforms the conversion.
impl From<Error> for FetchError[src]
impl From<Error> for FetchErrorfn from(err: Error) -> FetchError[src]
fn from(err: Error) -> FetchErrorPerforms the conversion.
Auto Trait Implementations
impl Send for FetchError
impl Send for FetchErrorimpl Sync for FetchError
impl Sync for FetchError