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