pub struct RetentionRuleParamMetadata {
pub type: Option<String>,
pub unit: Option<String>,
pub required: Option<bool>,
}Expand description
RetentionRuleParamMetadata : rule param
Fields§
§type: Option<String>§unit: Option<String>§required: Option<bool>Implementations§
Source§impl RetentionRuleParamMetadata
impl RetentionRuleParamMetadata
Sourcepub fn new() -> RetentionRuleParamMetadata
pub fn new() -> RetentionRuleParamMetadata
rule param
Trait Implementations§
Source§impl Clone for RetentionRuleParamMetadata
impl Clone for RetentionRuleParamMetadata
Source§fn clone(&self) -> RetentionRuleParamMetadata
fn clone(&self) -> RetentionRuleParamMetadata
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 RetentionRuleParamMetadata
impl Debug for RetentionRuleParamMetadata
Source§impl Default for RetentionRuleParamMetadata
impl Default for RetentionRuleParamMetadata
Source§fn default() -> RetentionRuleParamMetadata
fn default() -> RetentionRuleParamMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RetentionRuleParamMetadata
impl<'de> Deserialize<'de> for RetentionRuleParamMetadata
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
impl StructuralPartialEq for RetentionRuleParamMetadata
Auto Trait Implementations§
impl Freeze for RetentionRuleParamMetadata
impl RefUnwindSafe for RetentionRuleParamMetadata
impl Send for RetentionRuleParamMetadata
impl Sync for RetentionRuleParamMetadata
impl Unpin for RetentionRuleParamMetadata
impl UnwindSafe for RetentionRuleParamMetadata
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