Enum graph_error::GraphFailure
source ·
[−]pub enum GraphFailure {
Show 24 variants
Io(Error),
Parse(ParseIntError),
ParseString(ParseError),
Utf8Error(Utf8Error),
ReqwestError(Error),
ReqwestHeaderToStr(ToStrError),
SerdeError(Error),
SerdeYamlError(Error),
DecodeError(DecodeError),
GraphError(GraphError),
RecvError(RecvError),
BorrowMutError(BorrowMutError),
UrlParseError(ParseError),
HyperError(Error),
HyperHttpError(Error),
HyperInvalidUri(InvalidUri),
GraphRsError(GraphRsError),
HandlebarsRenderError(RenderError),
HandlebarsTemplateRenderError(TemplateRenderError),
CryptoError,
BlockingDownloadError(BlockingDownloadError),
AsyncDownloadError(AsyncDownloadError),
AsyncIoError(AsyncIoError),
ThreadedIoError(ThreadedIoError),
}
Variants
Io(Error)
Tuple Fields
0: Error
Parse(ParseIntError)
Tuple Fields
ParseString(ParseError)
Tuple Fields
0: ParseError
Utf8Error(Utf8Error)
Tuple Fields
0: Utf8Error
ReqwestError(Error)
Tuple Fields
0: Error
ReqwestHeaderToStr(ToStrError)
Tuple Fields
0: ToStrError
SerdeError(Error)
Tuple Fields
0: Error
SerdeYamlError(Error)
Tuple Fields
0: Error
DecodeError(DecodeError)
Tuple Fields
0: DecodeError
GraphError(GraphError)
Tuple Fields
0: GraphError
RecvError(RecvError)
Tuple Fields
0: RecvError
BorrowMutError(BorrowMutError)
Tuple Fields
UrlParseError(ParseError)
Tuple Fields
0: ParseError
HyperError(Error)
Tuple Fields
0: Error
HyperHttpError(Error)
Tuple Fields
0: Error
HyperInvalidUri(InvalidUri)
Tuple Fields
0: InvalidUri
GraphRsError(GraphRsError)
Tuple Fields
0: GraphRsError
HandlebarsRenderError(RenderError)
Tuple Fields
0: RenderError
HandlebarsTemplateRenderError(TemplateRenderError)
Tuple Fields
CryptoError
BlockingDownloadError(BlockingDownloadError)
Tuple Fields
AsyncDownloadError(AsyncDownloadError)
Tuple Fields
AsyncIoError(AsyncIoError)
Tuple Fields
0: AsyncIoError
ThreadedIoError(ThreadedIoError)
Tuple Fields
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for GraphFailure
impl Send for GraphFailure
impl !Sync for GraphFailure
impl Unpin for GraphFailure
impl !UnwindSafe for GraphFailure
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