Struct feedly_api::ApiError [−][src]
pub struct ApiError { /* fields omitted */ }Implementations
impl ApiError[src]
impl ApiError[src]pub fn kind(&self) -> ApiErrorKind[src]
pub fn parse_feedly_error(error: FeedlyError) -> Self[src]
Trait Implementations
impl Fail for ApiError[src]
impl Fail for ApiError[src]fn cause(&self) -> Option<&dyn Fail>[src]
fn cause(&self) -> Option<&dyn Fail>[src]Returns a reference to the underlying cause of this failure, if it is an error that wraps other errors. Read more
fn backtrace(&self) -> Option<&Backtrace>[src]
fn backtrace(&self) -> Option<&Backtrace>[src]Returns a reference to the Backtrace carried by this failure, if it
carries one. Read more
impl From<ApiErrorKind> for ApiError[src]
impl From<ApiErrorKind> for ApiError[src]fn from(kind: ApiErrorKind) -> ApiError[src]
fn from(kind: ApiErrorKind) -> ApiError[src]Performs the conversion.
impl From<Context<ApiErrorKind>> for ApiError[src]
impl From<Context<ApiErrorKind>> for ApiError[src]fn from(inner: Context<ApiErrorKind>) -> ApiError[src]
fn from(inner: Context<ApiErrorKind>) -> ApiError[src]Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ApiError
impl Send for ApiError
impl Sync for ApiError
impl Unpin for ApiError
impl !UnwindSafe for ApiError
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]