pub struct MemoryRecallOptions {
pub max_types: usize,
pub max_matches_per_type: usize,
pub max_returned_memories: usize,
}Fields§
§max_types: usize§max_matches_per_type: usize§max_returned_memories: 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 (const: unstable) · 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
impl Eq for MemoryRecallOptions
Source§impl PartialEq for MemoryRecallOptions
impl PartialEq for MemoryRecallOptions
Source§fn eq(&self, other: &MemoryRecallOptions) -> bool
fn eq(&self, other: &MemoryRecallOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.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