#[non_exhaustive]pub struct AddNotificationChannelOutput { /* private fields */ }
Implementations
sourceimpl AddNotificationChannelOutput
impl AddNotificationChannelOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddNotificationChannelOutput
.
Trait Implementations
sourceimpl Clone for AddNotificationChannelOutput
impl Clone for AddNotificationChannelOutput
sourcefn clone(&self) -> AddNotificationChannelOutput
fn clone(&self) -> AddNotificationChannelOutput
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 AddNotificationChannelOutput
impl Debug for AddNotificationChannelOutput
sourceimpl PartialEq<AddNotificationChannelOutput> for AddNotificationChannelOutput
impl PartialEq<AddNotificationChannelOutput> for AddNotificationChannelOutput
sourcefn eq(&self, other: &AddNotificationChannelOutput) -> bool
fn eq(&self, other: &AddNotificationChannelOutput) -> bool
impl StructuralPartialEq for AddNotificationChannelOutput
Auto Trait Implementations
impl RefUnwindSafe for AddNotificationChannelOutput
impl Send for AddNotificationChannelOutput
impl Sync for AddNotificationChannelOutput
impl Unpin for AddNotificationChannelOutput
impl UnwindSafe for AddNotificationChannelOutput
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