Enum whois_rust::WhoIsError [−][src]
pub enum WhoIsError {
SerdeJsonError(Error),
IOError(Error),
HostError(HostError),
Elapsed(Elapsed),
MapError(&'static str),
}Variants
SerdeJsonError(Error)IOError(Error)HostError(HostError)Elapsed(Elapsed)MapError(&'static str)This kind of errors is recommended to be panic!
Trait Implementations
impl Error for WhoIsError[src]
impl Error for WhoIsError[src]Auto Trait Implementations
impl !RefUnwindSafe for WhoIsError
impl !RefUnwindSafe for WhoIsErrorimpl Send for WhoIsError
impl Send for WhoIsErrorimpl Sync for WhoIsError
impl Sync for WhoIsErrorimpl Unpin for WhoIsError
impl Unpin for WhoIsErrorimpl !UnwindSafe for WhoIsError
impl !UnwindSafe for WhoIsError