Struct aws_sdk_connect::types::NotificationRecipientType  
source · #[non_exhaustive]pub struct NotificationRecipientType { /* private fields */ }Expand description
The type of notification recipient.
Implementations§
source§impl NotificationRecipientType
 
impl NotificationRecipientType
sourcepub fn builder() -> NotificationRecipientTypeBuilder
 
pub fn builder() -> NotificationRecipientTypeBuilder
Creates a new builder-style object to manufacture NotificationRecipientType.
Trait Implementations§
source§impl Clone for NotificationRecipientType
 
impl Clone for NotificationRecipientType
source§fn clone(&self) -> NotificationRecipientType
 
fn clone(&self) -> NotificationRecipientType
Returns a copy 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 NotificationRecipientType
 
impl Debug for NotificationRecipientType
source§impl PartialEq<NotificationRecipientType> for NotificationRecipientType
 
impl PartialEq<NotificationRecipientType> for NotificationRecipientType
source§fn eq(&self, other: &NotificationRecipientType) -> bool
 
fn eq(&self, other: &NotificationRecipientType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for NotificationRecipientType
Auto Trait Implementations§
impl RefUnwindSafe for NotificationRecipientType
impl Send for NotificationRecipientType
impl Sync for NotificationRecipientType
impl Unpin for NotificationRecipientType
impl UnwindSafe for NotificationRecipientType
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