pub enum AWSIdentityKind {
AWSClusterControllerIdentity,
AWSClusterRoleIdentity,
AWSClusterStaticIdentity,
}
Expand description
AWSIdentityKind defines allowed AWS identity types.
Variants§
Trait Implementations§
Source§impl Clone for AWSIdentityKind
impl Clone for AWSIdentityKind
Source§fn clone(&self) -> AWSIdentityKind
fn clone(&self) -> AWSIdentityKind
Returns a duplicate 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 AWSIdentityKind
impl Debug for AWSIdentityKind
Source§impl<'de> Deserialize<'de> for AWSIdentityKind
impl<'de> Deserialize<'de> for AWSIdentityKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AWSIdentityKind
impl PartialEq for AWSIdentityKind
Source§impl Serialize for AWSIdentityKind
impl Serialize for AWSIdentityKind
impl StructuralPartialEq for AWSIdentityKind
Auto Trait Implementations§
impl Freeze for AWSIdentityKind
impl RefUnwindSafe for AWSIdentityKind
impl Send for AWSIdentityKind
impl Sync for AWSIdentityKind
impl Unpin for AWSIdentityKind
impl UnwindSafe for AWSIdentityKind
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