pub struct ArchivalConfig {
pub renewal_period_years: u32,
pub re_sign_under: Option<String>,
}Fields§
§renewal_period_years: u32§re_sign_under: Option<String>Trait Implementations§
Source§impl Clone for ArchivalConfig
impl Clone for ArchivalConfig
Source§fn clone(&self) -> ArchivalConfig
fn clone(&self) -> ArchivalConfig
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 ArchivalConfig
impl Debug for ArchivalConfig
Source§impl Default for ArchivalConfig
impl Default for ArchivalConfig
Source§fn default() -> ArchivalConfig
fn default() -> ArchivalConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ArchivalConfig
impl<'de> Deserialize<'de> for ArchivalConfig
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 ArchivalConfig
impl RefUnwindSafe for ArchivalConfig
impl Send for ArchivalConfig
impl Sync for ArchivalConfig
impl Unpin for ArchivalConfig
impl UnsafeUnpin for ArchivalConfig
impl UnwindSafe for ArchivalConfig
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