pub struct MemoryRecallSelection {
pub candidates: Vec<MemoryRecallCandidate>,
pub strategy: MemoryRecallStrategy,
}Fields§
§candidates: Vec<MemoryRecallCandidate>§strategy: MemoryRecallStrategyTrait Implementations§
Source§impl Clone for MemoryRecallSelection
impl Clone for MemoryRecallSelection
Source§fn clone(&self) -> MemoryRecallSelection
fn clone(&self) -> MemoryRecallSelection
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 MemoryRecallSelection
impl Debug for MemoryRecallSelection
Source§impl PartialEq for MemoryRecallSelection
impl PartialEq for MemoryRecallSelection
impl StructuralPartialEq for MemoryRecallSelection
Auto Trait Implementations§
impl Freeze for MemoryRecallSelection
impl RefUnwindSafe for MemoryRecallSelection
impl Send for MemoryRecallSelection
impl Sync for MemoryRecallSelection
impl Unpin for MemoryRecallSelection
impl UnsafeUnpin for MemoryRecallSelection
impl UnwindSafe for MemoryRecallSelection
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