Enum graph_http::AsyncDownloadError [−][src]
pub enum AsyncDownloadError { Io(AsyncIoError), TargetDoesNotExist(String), Request(Error), Graph(GraphError), FileNameTooLong, NoFileName, FileExists(String), }
Variants
Io(AsyncIoError)
TargetDoesNotExist(String)
Request(Error)
Graph(GraphError)
FileExists(String)
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for AsyncDownloadError
impl Send for AsyncDownloadError
impl Sync for AsyncDownloadError
impl Unpin for AsyncDownloadError
impl !UnwindSafe for AsyncDownloadError