pub struct MemoryRecallOptions {
pub shortlist_limit: usize,
pub include_global_fallback: bool,
pub max_candidates_per_scope: usize,
}Fields§
§shortlist_limit: usize§include_global_fallback: bool§max_candidates_per_scope: usizeTrait Implementations§
Source§impl Clone for MemoryRecallOptions
impl Clone for MemoryRecallOptions
Source§fn clone(&self) -> MemoryRecallOptions
fn clone(&self) -> MemoryRecallOptions
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 MemoryRecallOptions
impl Debug for MemoryRecallOptions
Source§impl Default for MemoryRecallOptions
impl Default for MemoryRecallOptions
Source§impl PartialEq for MemoryRecallOptions
impl PartialEq for MemoryRecallOptions
impl Eq for MemoryRecallOptions
impl StructuralPartialEq for MemoryRecallOptions
Auto Trait Implementations§
impl Freeze for MemoryRecallOptions
impl RefUnwindSafe for MemoryRecallOptions
impl Send for MemoryRecallOptions
impl Sync for MemoryRecallOptions
impl Unpin for MemoryRecallOptions
impl UnsafeUnpin for MemoryRecallOptions
impl UnwindSafe for MemoryRecallOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.