Struct aws_sdk_chime::types::ChannelMessageSummary
source · #[non_exhaustive]pub struct ChannelMessageSummary { /* private fields */ }Expand description
Summary of the messages in a Channel.
Implementations§
source§impl ChannelMessageSummary
impl ChannelMessageSummary
sourcepub fn message_id(&self) -> Option<&str>
pub fn message_id(&self) -> Option<&str>
The ID of the message.
sourcepub fn type(&self) -> Option<&ChannelMessageType>
pub fn type(&self) -> Option<&ChannelMessageType>
The type of message.
sourcepub fn created_timestamp(&self) -> Option<&DateTime>
pub fn created_timestamp(&self) -> Option<&DateTime>
The time at which the message summary was created.
sourcepub fn last_updated_timestamp(&self) -> Option<&DateTime>
pub fn last_updated_timestamp(&self) -> Option<&DateTime>
The time at which a message was last updated.
sourcepub fn last_edited_timestamp(&self) -> Option<&DateTime>
pub fn last_edited_timestamp(&self) -> Option<&DateTime>
The time at which a message was last edited.
source§impl ChannelMessageSummary
impl ChannelMessageSummary
sourcepub fn builder() -> ChannelMessageSummaryBuilder
pub fn builder() -> ChannelMessageSummaryBuilder
Creates a new builder-style object to manufacture ChannelMessageSummary.
Trait Implementations§
source§impl Clone for ChannelMessageSummary
impl Clone for ChannelMessageSummary
source§fn clone(&self) -> ChannelMessageSummary
fn clone(&self) -> ChannelMessageSummary
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 ChannelMessageSummary
impl Debug for ChannelMessageSummary
source§impl PartialEq<ChannelMessageSummary> for ChannelMessageSummary
impl PartialEq<ChannelMessageSummary> for ChannelMessageSummary
source§fn eq(&self, other: &ChannelMessageSummary) -> bool
fn eq(&self, other: &ChannelMessageSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ChannelMessageSummary
Auto Trait Implementations§
impl RefUnwindSafe for ChannelMessageSummary
impl Send for ChannelMessageSummary
impl Sync for ChannelMessageSummary
impl Unpin for ChannelMessageSummary
impl UnwindSafe for ChannelMessageSummary
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