pub enum ProviderError {
Show 13 variants
NetworkError,
PermissionError,
InvalidConfig,
InvalidDate,
InvalidCity,
InvalidCountry,
UnknownError,
InvalidResponse,
TimeParseError,
UnsupportedOperation,
MissingField,
ParseError,
ConnectionError,
}Variants§
NetworkError
PermissionError
InvalidConfig
InvalidDate
InvalidCity
InvalidCountry
UnknownError
InvalidResponse
TimeParseError
UnsupportedOperation
MissingField
ParseError
ConnectionError
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProviderError
impl RefUnwindSafe for ProviderError
impl Send for ProviderError
impl Sync for ProviderError
impl Unpin for ProviderError
impl UnsafeUnpin for ProviderError
impl UnwindSafe for ProviderError
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