Enum aws_http::auth::CredentialsStageError [−][src]
pub enum CredentialsStageError {
MissingCredentialsProvider,
CredentialsLoadingError(CredentialsError),
}
Variants
CredentialsLoadingError(CredentialsError)
Tuple Fields of CredentialsLoadingError
Trait Implementations
Performs the conversion.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more