pub struct CredentialError { /* private fields */ }
Expand description
Error type returned from various functions that ingest any input to an authentication or authorization step.
Trait Implementations§
Source§impl Debug for CredentialError
impl Debug for CredentialError
Source§impl From<Error<OutOfSpace>> for CredentialError
impl From<Error<OutOfSpace>> for CredentialError
Auto Trait Implementations§
impl Freeze for CredentialError
impl RefUnwindSafe for CredentialError
impl Send for CredentialError
impl Sync for CredentialError
impl Unpin for CredentialError
impl UnwindSafe for CredentialError
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