pub struct ArchivalMemoryConfig {
pub default_recall_limit: usize,
pub auto_name_max_chars: usize,
}Expand description
Configuration for archival memory.
Fields§
§default_recall_limit: usizeDefault limit for recall operations
auto_name_max_chars: usizeMaximum content length for auto-naming
Trait Implementations§
Source§impl Clone for ArchivalMemoryConfig
impl Clone for ArchivalMemoryConfig
Source§fn clone(&self) -> ArchivalMemoryConfig
fn clone(&self) -> ArchivalMemoryConfig
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 ArchivalMemoryConfig
impl Debug for ArchivalMemoryConfig
Auto Trait Implementations§
impl Freeze for ArchivalMemoryConfig
impl RefUnwindSafe for ArchivalMemoryConfig
impl Send for ArchivalMemoryConfig
impl Sync for ArchivalMemoryConfig
impl Unpin for ArchivalMemoryConfig
impl UnwindSafe for ArchivalMemoryConfig
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