Struct aws_sdk_chime::types::Invite
source · #[non_exhaustive]pub struct Invite { /* private fields */ }Expand description
Invitation object returned after emailing users to invite them to join the Amazon Chime Team account.
Implementations§
source§impl Invite
impl Invite
sourcepub fn status(&self) -> Option<&InviteStatus>
pub fn status(&self) -> Option<&InviteStatus>
The status of the invite.
sourcepub fn email_address(&self) -> Option<&str>
pub fn email_address(&self) -> Option<&str>
The email address to which the invite is sent.
sourcepub fn email_status(&self) -> Option<&EmailStatus>
pub fn email_status(&self) -> Option<&EmailStatus>
The status of the invite email.
Trait Implementations§
source§impl PartialEq<Invite> for Invite
impl PartialEq<Invite> for Invite
impl StructuralPartialEq for Invite
Auto Trait Implementations§
impl RefUnwindSafe for Invite
impl Send for Invite
impl Sync for Invite
impl Unpin for Invite
impl UnwindSafe for Invite
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