Enum graph_error::GraphRsError [−][src]
pub enum GraphRsError { DownloadDirNoExists { dir: String, }, DownloadFileExists { name: String, }, DownloadFileName, FileNameInvalidUTF8, InvalidOrMissing { msg: String, }, InvalidFileExtension { requires: String, found: String, }, }
Variants
Show fields
Fields of DownloadDirNoExists
dir: String
Show fields
Fields of DownloadFileExists
name: String
Show fields
Fields of InvalidOrMissing
msg: String
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for GraphRsError
impl Send for GraphRsError
impl Sync for GraphRsError
impl Unpin for GraphRsError
impl UnwindSafe for GraphRsError