Enum graph_error::GraphRsError
source ·
[−]pub enum GraphRsError {
DownloadDirNoExists {
dir: String,
},
DownloadFileExists {
name: String,
},
DownloadFileName,
FileNameInvalidUTF8,
InvalidOrMissing {
msg: String,
},
InvalidFileExtension {
requires: String,
found: String,
},
}
Variants
DownloadDirNoExists
Fields
dir: String
DownloadFileExists
Fields
name: String
DownloadFileName
FileNameInvalidUTF8
InvalidOrMissing
Fields
msg: String
InvalidFileExtension
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
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