Struct mongodb_language_model::LeafValue
source · [−]pub struct LeafValue { /* private fields */ }
Trait Implementations
impl StructuralPartialEq for LeafValue
Auto Trait Implementations
impl RefUnwindSafe for LeafValue
impl Send for LeafValue
impl Sync for LeafValue
impl Unpin for LeafValue
impl UnwindSafe for LeafValue
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