pub struct FilterExpressionOperand {
pub expression: FilterCondition,
}Fields§
§expression: FilterConditionTrait Implementations§
Source§impl Clone for FilterExpressionOperand
impl Clone for FilterExpressionOperand
Source§fn clone(&self) -> FilterExpressionOperand
fn clone(&self) -> FilterExpressionOperand
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 FilterExpressionOperand
impl Debug for FilterExpressionOperand
Source§impl PartialEq for FilterExpressionOperand
impl PartialEq for FilterExpressionOperand
Source§impl Serialize for FilterExpressionOperand
impl Serialize for FilterExpressionOperand
impl StructuralPartialEq for FilterExpressionOperand
Auto Trait Implementations§
impl Freeze for FilterExpressionOperand
impl RefUnwindSafe for FilterExpressionOperand
impl Send for FilterExpressionOperand
impl Sync for FilterExpressionOperand
impl Unpin for FilterExpressionOperand
impl UnsafeUnpin for FilterExpressionOperand
impl UnwindSafe for FilterExpressionOperand
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