Enum graph_error::download::AsyncDownloadError
source · [−]pub enum AsyncDownloadError {
Io(AsyncIoError),
TargetDoesNotExist(String),
Request(Error),
Graph(GraphError),
FileNameTooLong,
NoFileName,
FileExists(String),
}
Variants
Io(AsyncIoError)
TargetDoesNotExist(String)
Request(Error)
Graph(GraphError)
FileNameTooLong
NoFileName
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
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