Struct aws_sdk_chime::types::StreamingNotificationTarget
source · #[non_exhaustive]pub struct StreamingNotificationTarget { /* private fields */ }Expand description
The targeted recipient for a streaming configuration notification.
Implementations§
source§impl StreamingNotificationTarget
impl StreamingNotificationTarget
sourcepub fn notification_target(&self) -> Option<&NotificationTarget>
pub fn notification_target(&self) -> Option<&NotificationTarget>
The streaming notification target.
source§impl StreamingNotificationTarget
impl StreamingNotificationTarget
sourcepub fn builder() -> StreamingNotificationTargetBuilder
pub fn builder() -> StreamingNotificationTargetBuilder
Creates a new builder-style object to manufacture StreamingNotificationTarget.
Trait Implementations§
source§impl Clone for StreamingNotificationTarget
impl Clone for StreamingNotificationTarget
source§fn clone(&self) -> StreamingNotificationTarget
fn clone(&self) -> StreamingNotificationTarget
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 StreamingNotificationTarget
impl Debug for StreamingNotificationTarget
source§impl PartialEq<StreamingNotificationTarget> for StreamingNotificationTarget
impl PartialEq<StreamingNotificationTarget> for StreamingNotificationTarget
source§fn eq(&self, other: &StreamingNotificationTarget) -> bool
fn eq(&self, other: &StreamingNotificationTarget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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