#[non_exhaustive]pub struct AddNotificationChannelsOutput { /* private fields */ }
Expand description
The structure representing the AddNotificationChannelsResponse.
Implementations
sourceimpl AddNotificationChannelsOutput
impl AddNotificationChannelsOutput
sourcepub fn notification_configuration(&self) -> Option<&NotificationConfiguration>
pub fn notification_configuration(&self) -> Option<&NotificationConfiguration>
The new notification configuration for this profiling group.
sourceimpl AddNotificationChannelsOutput
impl AddNotificationChannelsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddNotificationChannelsOutput
.
Trait Implementations
sourceimpl Clone for AddNotificationChannelsOutput
impl Clone for AddNotificationChannelsOutput
sourcefn clone(&self) -> AddNotificationChannelsOutput
fn clone(&self) -> AddNotificationChannelsOutput
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 AddNotificationChannelsOutput
impl Debug for AddNotificationChannelsOutput
sourceimpl PartialEq<AddNotificationChannelsOutput> for AddNotificationChannelsOutput
impl PartialEq<AddNotificationChannelsOutput> for AddNotificationChannelsOutput
sourcefn eq(&self, other: &AddNotificationChannelsOutput) -> bool
fn eq(&self, other: &AddNotificationChannelsOutput) -> bool
impl StructuralPartialEq for AddNotificationChannelsOutput
Auto Trait Implementations
impl RefUnwindSafe for AddNotificationChannelsOutput
impl Send for AddNotificationChannelsOutput
impl Sync for AddNotificationChannelsOutput
impl Unpin for AddNotificationChannelsOutput
impl UnwindSafe for AddNotificationChannelsOutput
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