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