Struct aws_sdk_chime::types::Identity
source · #[non_exhaustive]pub struct Identity { /* private fields */ }Expand description
The details of a user.
Implementations§
Trait Implementations§
source§impl PartialEq<Identity> for Identity
impl PartialEq<Identity> for Identity
impl StructuralPartialEq for Identity
Auto Trait Implementations§
impl RefUnwindSafe for Identity
impl Send for Identity
impl Sync for Identity
impl Unpin for Identity
impl UnwindSafe for Identity
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