pub struct AwsClientConfig { /* private fields */ }Implementations§
Source§impl AwsClientConfig
impl AwsClientConfig
pub fn account_id<T>(self, value: T) -> Self
pub fn credentials<T>(self, value: T) -> Self
pub fn region<T>(self, value: T) -> Self
pub fn service_overrides<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AwsClientConfig
impl Clone for AwsClientConfig
Source§fn clone(&self) -> AwsClientConfig
fn clone(&self) -> AwsClientConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AwsClientConfig
impl Debug for AwsClientConfig
Source§impl Default for AwsClientConfig
impl Default for AwsClientConfig
Source§impl From<AwsClientConfig> for AwsClientConfig
impl From<AwsClientConfig> for AwsClientConfig
Source§fn from(value: AwsClientConfig) -> Self
fn from(value: AwsClientConfig) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AwsClientConfig> for AwsClientConfig
impl TryFrom<AwsClientConfig> for AwsClientConfig
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AwsClientConfig) -> Result<Self, ConversionError>
fn try_from(value: AwsClientConfig) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AwsClientConfig
impl RefUnwindSafe for AwsClientConfig
impl Send for AwsClientConfig
impl Sync for AwsClientConfig
impl Unpin for AwsClientConfig
impl UnsafeUnpin for AwsClientConfig
impl UnwindSafe for AwsClientConfig
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