Struct mongodb_language_model::ValueOperator
source · [−]Fields
operator: String
value: LeafValue
Trait Implementations
sourceimpl Clone for ValueOperator
impl Clone for ValueOperator
sourcefn clone(&self) -> ValueOperator
fn clone(&self) -> ValueOperator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ValueOperator
impl Debug for ValueOperator
sourceimpl PartialEq<ValueOperator> for ValueOperator
impl PartialEq<ValueOperator> for ValueOperator
sourcefn eq(&self, other: &ValueOperator) -> bool
fn eq(&self, other: &ValueOperator) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ValueOperator) -> bool
fn ne(&self, other: &ValueOperator) -> bool
This method tests for !=
.
impl StructuralPartialEq for ValueOperator
Auto Trait Implementations
impl RefUnwindSafe for ValueOperator
impl Send for ValueOperator
impl Sync for ValueOperator
impl Unpin for ValueOperator
impl UnwindSafe for ValueOperator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more