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