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