pub struct RotationSecretMaxInterval {
pub enable: Option<bool>,
pub max_interval_by_days: Option<i32>,
}Fields§
§enable: Option<bool>§max_interval_by_days: Option<i32>Implementations§
Source§impl RotationSecretMaxInterval
impl RotationSecretMaxInterval
pub fn new() -> RotationSecretMaxInterval
Trait Implementations§
Source§impl Clone for RotationSecretMaxInterval
impl Clone for RotationSecretMaxInterval
Source§fn clone(&self) -> RotationSecretMaxInterval
fn clone(&self) -> RotationSecretMaxInterval
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 RotationSecretMaxInterval
impl Debug for RotationSecretMaxInterval
Source§impl Default for RotationSecretMaxInterval
impl Default for RotationSecretMaxInterval
Source§fn default() -> RotationSecretMaxInterval
fn default() -> RotationSecretMaxInterval
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RotationSecretMaxInterval
impl<'de> Deserialize<'de> for RotationSecretMaxInterval
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 PartialEq for RotationSecretMaxInterval
impl PartialEq for RotationSecretMaxInterval
Source§fn eq(&self, other: &RotationSecretMaxInterval) -> bool
fn eq(&self, other: &RotationSecretMaxInterval) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RotationSecretMaxInterval
Auto Trait Implementations§
impl Freeze for RotationSecretMaxInterval
impl RefUnwindSafe for RotationSecretMaxInterval
impl Send for RotationSecretMaxInterval
impl Sync for RotationSecretMaxInterval
impl Unpin for RotationSecretMaxInterval
impl UnsafeUnpin for RotationSecretMaxInterval
impl UnwindSafe for RotationSecretMaxInterval
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