pub struct FileRetentionSetting { /* private fields */ }
Expand description
Sets the file retention mode and date/time during which the retention rule applies.
Implementations§
Trait Implementations§
Source§impl Clone for FileRetentionSetting
impl Clone for FileRetentionSetting
Source§fn clone(&self) -> FileRetentionSetting
fn clone(&self) -> FileRetentionSetting
Returns a duplicate 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 FileRetentionSetting
impl Debug for FileRetentionSetting
Source§impl<'de> Deserialize<'de> for FileRetentionSetting
impl<'de> Deserialize<'de> for FileRetentionSetting
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for FileRetentionSetting
impl Serialize for FileRetentionSetting
impl Copy for FileRetentionSetting
Auto Trait Implementations§
impl Freeze for FileRetentionSetting
impl RefUnwindSafe for FileRetentionSetting
impl Send for FileRetentionSetting
impl Sync for FileRetentionSetting
impl Unpin for FileRetentionSetting
impl UnwindSafe for FileRetentionSetting
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