Struct aws_config::profile::Profile
source · pub struct Profile { /* private fields */ }
Expand description
An individual configuration profile
An AWS config may be composed of a multiple named profiles within a ProfileSet
Implementations§
Trait Implementations§
source§impl PartialEq<Profile> for Profile
impl PartialEq<Profile> for Profile
impl Eq for Profile
impl StructuralEq for Profile
impl StructuralPartialEq for Profile
Auto Trait Implementations§
impl RefUnwindSafe for Profile
impl Send for Profile
impl Sync for Profile
impl Unpin for Profile
impl UnwindSafe for Profile
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.