Struct aws_sdk_chime::types::ChannelRetentionSettings
source · #[non_exhaustive]pub struct ChannelRetentionSettings { /* private fields */ }Expand description
The details of the retention settings for a channel.
Implementations§
source§impl ChannelRetentionSettings
impl ChannelRetentionSettings
sourcepub fn retention_days(&self) -> Option<i32>
pub fn retention_days(&self) -> Option<i32>
The time in days to retain the messages in a channel.
source§impl ChannelRetentionSettings
impl ChannelRetentionSettings
sourcepub fn builder() -> ChannelRetentionSettingsBuilder
pub fn builder() -> ChannelRetentionSettingsBuilder
Creates a new builder-style object to manufacture ChannelRetentionSettings.
Trait Implementations§
source§impl Clone for ChannelRetentionSettings
impl Clone for ChannelRetentionSettings
source§fn clone(&self) -> ChannelRetentionSettings
fn clone(&self) -> ChannelRetentionSettings
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 ChannelRetentionSettings
impl Debug for ChannelRetentionSettings
source§impl PartialEq<ChannelRetentionSettings> for ChannelRetentionSettings
impl PartialEq<ChannelRetentionSettings> for ChannelRetentionSettings
source§fn eq(&self, other: &ChannelRetentionSettings) -> bool
fn eq(&self, other: &ChannelRetentionSettings) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ChannelRetentionSettings
Auto Trait Implementations§
impl RefUnwindSafe for ChannelRetentionSettings
impl Send for ChannelRetentionSettings
impl Sync for ChannelRetentionSettings
impl Unpin for ChannelRetentionSettings
impl UnwindSafe for ChannelRetentionSettings
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