pub struct OAuthError(/* private fields */);Expand description
Generic error type produced by Oxide Auth operations that can be coerced into an IronError
Trait Implementations§
Source§impl Debug for OAuthError
impl Debug for OAuthError
Source§impl<'a, 'b, 'c: 'b> From<Error<OAuthRequest<'a, 'b, 'c>>> for OAuthError
impl<'a, 'b, 'c: 'b> From<Error<OAuthRequest<'a, 'b, 'c>>> for OAuthError
Source§fn from(error: SimpleError<OAuthRequest<'a, 'b, 'c>>) -> Self
fn from(error: SimpleError<OAuthRequest<'a, 'b, 'c>>) -> Self
Converts to this type from the input type.
Source§impl From<IronError> for OAuthError
impl From<IronError> for OAuthError
Auto Trait Implementations§
impl Freeze for OAuthError
impl !RefUnwindSafe for OAuthError
impl !Send for OAuthError
impl !Sync for OAuthError
impl Unpin for OAuthError
impl !UnwindSafe for OAuthError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more