Enum aws_config::profile::profile_file::ProfileFileKind
source · pub enum ProfileFileKind {
Config,
Credentials,
}
Expand description
Profile file type (config or credentials)
Variants§
Config
The SDK config file that typically resides in ~/.aws/config
Credentials
The SDK credentials file that typically resides in ~/.aws/credentials
Trait Implementations§
source§impl Clone for ProfileFileKind
impl Clone for ProfileFileKind
source§fn clone(&self) -> ProfileFileKind
fn clone(&self) -> ProfileFileKind
Returns a copy of the value. Read more
1.0.0 · 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 ProfileFileKind
impl Debug for ProfileFileKind
impl Copy for ProfileFileKind
Auto Trait Implementations§
impl RefUnwindSafe for ProfileFileKind
impl Send for ProfileFileKind
impl Sync for ProfileFileKind
impl Unpin for ProfileFileKind
impl UnwindSafe for ProfileFileKind
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.