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