pub struct DataDeletionProperty {
pub on: Box<Expression>,
pub filter_column: Option<Box<Expression>>,
pub retention_period: Option<Box<Expression>>,
}Expand description
DataDeletionProperty
Fields§
§on: Box<Expression>§filter_column: Option<Box<Expression>>§retention_period: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for DataDeletionProperty
impl Clone for DataDeletionProperty
Source§fn clone(&self) -> DataDeletionProperty
fn clone(&self) -> DataDeletionProperty
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 DataDeletionProperty
impl Debug for DataDeletionProperty
Source§impl<'de> Deserialize<'de> for DataDeletionProperty
impl<'de> Deserialize<'de> for DataDeletionProperty
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 DataDeletionProperty
impl PartialEq for DataDeletionProperty
Source§impl Serialize for DataDeletionProperty
impl Serialize for DataDeletionProperty
impl StructuralPartialEq for DataDeletionProperty
Auto Trait Implementations§
impl Freeze for DataDeletionProperty
impl RefUnwindSafe for DataDeletionProperty
impl Send for DataDeletionProperty
impl Sync for DataDeletionProperty
impl Unpin for DataDeletionProperty
impl UnwindSafe for DataDeletionProperty
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