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