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