Struct aws_sdk_chime::output::GetChannelMessageOutput
source · [−]#[non_exhaustive]pub struct GetChannelMessageOutput { /* private fields */ }Implementations
sourceimpl GetChannelMessageOutput
impl GetChannelMessageOutput
sourcepub fn channel_message(&self) -> Option<&ChannelMessage>
pub fn channel_message(&self) -> Option<&ChannelMessage>
The details of and content in the message.
sourceimpl GetChannelMessageOutput
impl GetChannelMessageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetChannelMessageOutput.
Trait Implementations
sourceimpl Clone for GetChannelMessageOutput
impl Clone for GetChannelMessageOutput
sourcefn clone(&self) -> GetChannelMessageOutput
fn clone(&self) -> GetChannelMessageOutput
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 GetChannelMessageOutput
impl Debug for GetChannelMessageOutput
sourceimpl PartialEq<GetChannelMessageOutput> for GetChannelMessageOutput
impl PartialEq<GetChannelMessageOutput> for GetChannelMessageOutput
sourcefn eq(&self, other: &GetChannelMessageOutput) -> bool
fn eq(&self, other: &GetChannelMessageOutput) -> bool
impl StructuralPartialEq for GetChannelMessageOutput
Auto Trait Implementations
impl RefUnwindSafe for GetChannelMessageOutput
impl Send for GetChannelMessageOutput
impl Sync for GetChannelMessageOutput
impl Unpin for GetChannelMessageOutput
impl UnwindSafe for GetChannelMessageOutput
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