pub struct AWSIdentityReference {
pub name: String,
pub kind: AWSIdentityKind,
}
Expand description
AWSIdentityReference specifies a identity.
Fields§
§name: String
Name of the identity.
kind: AWSIdentityKind
Kind of the identity.
Trait Implementations§
Source§impl Clone for AWSIdentityReference
impl Clone for AWSIdentityReference
Source§fn clone(&self) -> AWSIdentityReference
fn clone(&self) -> AWSIdentityReference
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 AWSIdentityReference
impl Debug for AWSIdentityReference
Source§impl<'de> Deserialize<'de> for AWSIdentityReference
impl<'de> Deserialize<'de> for AWSIdentityReference
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 AWSIdentityReference
impl PartialEq for AWSIdentityReference
Source§impl Serialize for AWSIdentityReference
impl Serialize for AWSIdentityReference
impl StructuralPartialEq for AWSIdentityReference
Auto Trait Implementations§
impl Freeze for AWSIdentityReference
impl RefUnwindSafe for AWSIdentityReference
impl Send for AWSIdentityReference
impl Sync for AWSIdentityReference
impl Unpin for AWSIdentityReference
impl UnwindSafe for AWSIdentityReference
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