Struct oxide_auth::code_grant::refresh::ErrorDescription [−][src]
pub struct ErrorDescription { /* fields omitted */ }Expand description
Simple wrapper around RefreshError.
Enables additional json functionality to generate a properly formatted response in the user of this module.
Implementations
Get a handle to the description the client will receive.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorDescription
impl Send for ErrorDescription
impl Sync for ErrorDescription
impl Unpin for ErrorDescription
impl UnwindSafe for ErrorDescription
Blanket Implementations
Mutably borrows from an owned value. Read more