Struct aws_http::auth::CredentialsStageError
source · pub struct CredentialsStageError { /* private fields */ }
Expand description
Failures that can occur in the credentials middleware.
Trait Implementations§
source§impl Debug for CredentialsStageError
impl Debug for CredentialsStageError
source§impl Display for CredentialsStageError
impl Display for CredentialsStageError
source§impl Error for CredentialsStageError
impl Error for CredentialsStageError
source§fn source(&self) -> Option<&(dyn StdError + 'static)>
fn source(&self) -> Option<&(dyn StdError + '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()
source§impl From<CredentialsError> for CredentialsStageError
impl From<CredentialsError> for CredentialsStageError
source§fn from(source: CredentialsError) -> Self
fn from(source: CredentialsError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for CredentialsStageError
impl Send for CredentialsStageError
impl Sync for CredentialsStageError
impl Unpin for CredentialsStageError
impl !UnwindSafe for CredentialsStageError
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