pub struct SettingsLogs {
pub lifetime_days: Option<i32>,
}Expand description
Settings for log retention.
Fields§
§lifetime_days: Option<i32>Trait Implementations§
Source§impl Clone for SettingsLogs
impl Clone for SettingsLogs
Source§fn clone(&self) -> SettingsLogs
fn clone(&self) -> SettingsLogs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SettingsLogs
impl Debug for SettingsLogs
Source§impl<'de> Deserialize<'de> for SettingsLogs
impl<'de> Deserialize<'de> for SettingsLogs
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
Auto Trait Implementations§
impl Freeze for SettingsLogs
impl RefUnwindSafe for SettingsLogs
impl Send for SettingsLogs
impl Sync for SettingsLogs
impl Unpin for SettingsLogs
impl UnsafeUnpin for SettingsLogs
impl UnwindSafe for SettingsLogs
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