pub struct WithSystemVersioningProperty {
pub on: Option<Box<Expression>>,
pub this: Option<Box<Expression>>,
pub data_consistency: Option<Box<Expression>>,
pub retention_period: Option<Box<Expression>>,
pub with_: Option<Box<Expression>>,
}Expand description
WithSystemVersioningProperty
Fields§
§on: Option<Box<Expression>>§this: Option<Box<Expression>>§data_consistency: Option<Box<Expression>>§retention_period: Option<Box<Expression>>§with_: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for WithSystemVersioningProperty
impl Clone for WithSystemVersioningProperty
Source§fn clone(&self) -> WithSystemVersioningProperty
fn clone(&self) -> WithSystemVersioningProperty
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 WithSystemVersioningProperty
impl Debug for WithSystemVersioningProperty
Source§impl<'de> Deserialize<'de> for WithSystemVersioningProperty
impl<'de> Deserialize<'de> for WithSystemVersioningProperty
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 WithSystemVersioningProperty
impl PartialEq for WithSystemVersioningProperty
Source§fn eq(&self, other: &WithSystemVersioningProperty) -> bool
fn eq(&self, other: &WithSystemVersioningProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WithSystemVersioningProperty
Auto Trait Implementations§
impl Freeze for WithSystemVersioningProperty
impl RefUnwindSafe for WithSystemVersioningProperty
impl Send for WithSystemVersioningProperty
impl Sync for WithSystemVersioningProperty
impl Unpin for WithSystemVersioningProperty
impl UnwindSafe for WithSystemVersioningProperty
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