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