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