Struct aws_sdk_chime::model::StreamingNotificationTarget
source · [−]#[non_exhaustive]pub struct StreamingNotificationTarget { /* private fields */ }Expand description
The targeted recipient for a streaming configuration notification.
Implementations
sourceimpl StreamingNotificationTarget
impl StreamingNotificationTarget
sourcepub fn notification_target(&self) -> Option<&NotificationTarget>
pub fn notification_target(&self) -> Option<&NotificationTarget>
The streaming notification target.
sourceimpl StreamingNotificationTarget
impl StreamingNotificationTarget
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StreamingNotificationTarget.
Trait Implementations
sourceimpl Clone for StreamingNotificationTarget
impl Clone for StreamingNotificationTarget
sourcefn clone(&self) -> StreamingNotificationTarget
fn clone(&self) -> StreamingNotificationTarget
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 StreamingNotificationTarget
impl Debug for StreamingNotificationTarget
sourceimpl PartialEq<StreamingNotificationTarget> for StreamingNotificationTarget
impl PartialEq<StreamingNotificationTarget> for StreamingNotificationTarget
sourcefn eq(&self, other: &StreamingNotificationTarget) -> bool
fn eq(&self, other: &StreamingNotificationTarget) -> bool
impl StructuralPartialEq for StreamingNotificationTarget
Auto Trait Implementations
impl RefUnwindSafe for StreamingNotificationTarget
impl Send for StreamingNotificationTarget
impl Sync for StreamingNotificationTarget
impl Unpin for StreamingNotificationTarget
impl UnwindSafe for StreamingNotificationTarget
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