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