#[repr(C)]pub struct aws_credentials_provider_environment_options {
pub shutdown_options: aws_credentials_provider_shutdown_options,
}Expand description
Configuration options for a provider that returns credentials based on environment variable values
Fields
shutdown_options: aws_credentials_provider_shutdown_optionsTrait Implementations
sourceimpl Clone for aws_credentials_provider_environment_options
impl Clone for aws_credentials_provider_environment_options
sourcefn clone(&self) -> aws_credentials_provider_environment_options
fn clone(&self) -> aws_credentials_provider_environment_options
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<aws_credentials_provider_environment_options> for aws_credentials_provider_environment_options
impl PartialEq<aws_credentials_provider_environment_options> for aws_credentials_provider_environment_options
sourcefn eq(&self, other: &aws_credentials_provider_environment_options) -> bool
fn eq(&self, other: &aws_credentials_provider_environment_options) -> bool
impl Copy for aws_credentials_provider_environment_options
impl Eq for aws_credentials_provider_environment_options
impl StructuralEq for aws_credentials_provider_environment_options
impl StructuralPartialEq for aws_credentials_provider_environment_options
Auto Trait Implementations
impl RefUnwindSafe for aws_credentials_provider_environment_options
impl !Send for aws_credentials_provider_environment_options
impl !Sync for aws_credentials_provider_environment_options
impl Unpin for aws_credentials_provider_environment_options
impl UnwindSafe for aws_credentials_provider_environment_options
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more