Struct mongodb_language_model::ListOperator
source · [−]Fields
operator: String
values: Vec<LeafValue>
Trait Implementations
sourceimpl Clone for ListOperator
impl Clone for ListOperator
sourcefn clone(&self) -> ListOperator
fn clone(&self) -> ListOperator
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 ListOperator
impl Debug for ListOperator
sourceimpl PartialEq<ListOperator> for ListOperator
impl PartialEq<ListOperator> for ListOperator
sourcefn eq(&self, other: &ListOperator) -> bool
fn eq(&self, other: &ListOperator) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ListOperator) -> bool
fn ne(&self, other: &ListOperator) -> bool
This method tests for !=
.
impl StructuralPartialEq for ListOperator
Auto Trait Implementations
impl RefUnwindSafe for ListOperator
impl Send for ListOperator
impl Sync for ListOperator
impl Unpin for ListOperator
impl UnwindSafe for ListOperator
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