Enum graph_error::download::BlockingDownloadError
source ·
[−]pub enum BlockingDownloadError {
Io(ThreadedIoError),
TargetDoesNotExist(String),
Request(Error),
Graph(GraphError),
FileNameTooLong,
NoFileName,
FileExists(String),
}
Variants
Io(ThreadedIoError)
Tuple Fields
TargetDoesNotExist(String)
Tuple Fields
0: String
Request(Error)
Tuple Fields
0: Error
Graph(GraphError)
Tuple Fields
0: GraphError
FileNameTooLong
NoFileName
FileExists(String)
Tuple Fields
0: String
Trait Implementations
Performs the conversion.
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