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