#[non_exhaustive]pub struct ConversationRetentionSettings { /* private fields */ }Expand description
The retention settings that determine how long to retain conversation messages for an Amazon Chime Enterprise account.
Implementations§
source§impl ConversationRetentionSettings
impl ConversationRetentionSettings
sourcepub fn retention_days(&self) -> Option<i32>
pub fn retention_days(&self) -> Option<i32>
The number of days for which to retain conversation messages.
source§impl ConversationRetentionSettings
impl ConversationRetentionSettings
sourcepub fn builder() -> ConversationRetentionSettingsBuilder
pub fn builder() -> ConversationRetentionSettingsBuilder
Creates a new builder-style object to manufacture ConversationRetentionSettings.
Trait Implementations§
source§impl Clone for ConversationRetentionSettings
impl Clone for ConversationRetentionSettings
source§fn clone(&self) -> ConversationRetentionSettings
fn clone(&self) -> ConversationRetentionSettings
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 PartialEq<ConversationRetentionSettings> for ConversationRetentionSettings
impl PartialEq<ConversationRetentionSettings> for ConversationRetentionSettings
source§fn eq(&self, other: &ConversationRetentionSettings) -> bool
fn eq(&self, other: &ConversationRetentionSettings) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ConversationRetentionSettings
Auto Trait Implementations§
impl RefUnwindSafe for ConversationRetentionSettings
impl Send for ConversationRetentionSettings
impl Sync for ConversationRetentionSettings
impl Unpin for ConversationRetentionSettings
impl UnwindSafe for ConversationRetentionSettings
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