pub struct LoadAgenticMemoryRecordsStateOptions<'a> {
pub storage_prefix: Option<&'a str>,
pub snapshot_key: Option<&'a str>,
pub change_log: Option<&'a dyn AppendLogStorageTier<Value>>,
}Expand description
LoadAgenticMemoryRecordsStateOptions data container.
Fields§
§storage_prefix: Option<&'a str>storage_prefix field for storage prefix.
snapshot_key: Option<&'a str>snapshot_key field for snapshot key.
change_log: Option<&'a dyn AppendLogStorageTier<Value>>change_log field for change log.
Trait Implementations§
Source§impl<'a> Clone for LoadAgenticMemoryRecordsStateOptions<'a>
impl<'a> Clone for LoadAgenticMemoryRecordsStateOptions<'a>
Source§fn clone(&self) -> LoadAgenticMemoryRecordsStateOptions<'a>
fn clone(&self) -> LoadAgenticMemoryRecordsStateOptions<'a>
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<'a> Default for LoadAgenticMemoryRecordsStateOptions<'a>
impl<'a> Default for LoadAgenticMemoryRecordsStateOptions<'a>
Source§fn default() -> LoadAgenticMemoryRecordsStateOptions<'a>
fn default() -> LoadAgenticMemoryRecordsStateOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for LoadAgenticMemoryRecordsStateOptions<'a>
impl<'a> !RefUnwindSafe for LoadAgenticMemoryRecordsStateOptions<'a>
impl<'a> !Send for LoadAgenticMemoryRecordsStateOptions<'a>
impl<'a> !Sync for LoadAgenticMemoryRecordsStateOptions<'a>
impl<'a> Unpin for LoadAgenticMemoryRecordsStateOptions<'a>
impl<'a> UnsafeUnpin for LoadAgenticMemoryRecordsStateOptions<'a>
impl<'a> !UnwindSafe for LoadAgenticMemoryRecordsStateOptions<'a>
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