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