pub enum CredentialsError {
FailedParsingServiceCredentials,
InvalidAccessToken,
Internal,
}Variants§
Trait Implementations§
source§impl Clone for CredentialsError
impl Clone for CredentialsError
source§fn clone(&self) -> CredentialsError
fn clone(&self) -> CredentialsError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CredentialsError
impl Debug for CredentialsError
source§impl Display for CredentialsError
impl Display for CredentialsError
source§impl Error for CredentialsError
impl Error for CredentialsError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl RefUnwindSafe for CredentialsError
impl Send for CredentialsError
impl Sync for CredentialsError
impl Unpin for CredentialsError
impl UnwindSafe for CredentialsError
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