Struct aws_sdk_workdocs::model::NotificationOptions
source · [−]#[non_exhaustive]pub struct NotificationOptions { /* private fields */ }
Expand description
Set of options which defines notification preferences of given action.
Implementations
sourceimpl NotificationOptions
impl NotificationOptions
sourcepub fn send_email(&self) -> bool
pub fn send_email(&self) -> bool
Boolean value to indicate an email notification should be sent to the receipients.
sourcepub fn email_message(&self) -> Option<&str>
pub fn email_message(&self) -> Option<&str>
Text value to be included in the email body.
sourceimpl NotificationOptions
impl NotificationOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NotificationOptions
.
Trait Implementations
sourceimpl Clone for NotificationOptions
impl Clone for NotificationOptions
sourcefn clone(&self) -> NotificationOptions
fn clone(&self) -> NotificationOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NotificationOptions
impl Debug for NotificationOptions
sourceimpl PartialEq<NotificationOptions> for NotificationOptions
impl PartialEq<NotificationOptions> for NotificationOptions
sourcefn eq(&self, other: &NotificationOptions) -> bool
fn eq(&self, other: &NotificationOptions) -> bool
impl StructuralPartialEq for NotificationOptions
Auto Trait Implementations
impl RefUnwindSafe for NotificationOptions
impl Send for NotificationOptions
impl Sync for NotificationOptions
impl Unpin for NotificationOptions
impl UnwindSafe for NotificationOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more