Enum celcat::fetch::FetchError [−][src]
pub enum FetchError {
Reqwest(Error),
Token,
}Variants
Reqwest(Error)Tuple Fields of Reqwest
0: ErrorTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FetchError
impl Send for FetchError
impl Sync for FetchError
impl Unpin for FetchError
impl !UnwindSafe for FetchError
Blanket Implementations
Mutably borrows from an owned value. Read more
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