pub enum BlockingDownloadError {
Io(ThreadedIoError),
TargetDoesNotExist(String),
Request(Error),
Graph(GraphError),
FileNameTooLong,
NoFileName,
FileExists(String),
}
Variants
Io(ThreadedIoError)
TargetDoesNotExist(String)
Request(Error)
Graph(GraphError)
FileNameTooLong
NoFileName
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
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