Enum graph_error::GraphFailure
source · [−]pub enum GraphFailure {
Show 20 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,
}
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
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.
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