pub enum RetentionType {
Business(Business),
Indefinite(Indefinite),
Legal(Legal),
No(No),
Stated(Stated),
}
Expand description
Type corresponding to possible
Variants§
Business(Business)
Data for the
Indefinite(Indefinite)
Data for the
Legal(Legal)
Data for the
No(No)
Data for the
Stated(Stated)
Data for the
Trait Implementations§
Source§impl Debug for RetentionType
impl Debug for RetentionType
Source§impl<'de> Deserialize<'de> for RetentionType
impl<'de> Deserialize<'de> for RetentionType
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 RetentionType
impl PartialEq for RetentionType
impl Eq for RetentionType
impl StructuralPartialEq for RetentionType
Auto Trait Implementations§
impl Freeze for RetentionType
impl RefUnwindSafe for RetentionType
impl Send for RetentionType
impl Sync for RetentionType
impl Unpin for RetentionType
impl UnwindSafe for RetentionType
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