pub struct AgenticMemoryScope {
pub session_id: Option<String>,
pub project_id: Option<String>,
pub user_id: Option<String>,
pub tenant_id: Option<String>,
}Expand description
AgenticMemoryScope data container.
Fields§
§session_id: Option<String>session_id field for session id.
project_id: Option<String>project_id field for project id.
user_id: Option<String>user_id field for user id.
tenant_id: Option<String>tenant_id field for tenant id.
Trait Implementations§
Source§impl Clone for AgenticMemoryScope
impl Clone for AgenticMemoryScope
Source§fn clone(&self) -> AgenticMemoryScope
fn clone(&self) -> AgenticMemoryScope
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 AgenticMemoryScope
impl Debug for AgenticMemoryScope
Source§impl Default for AgenticMemoryScope
impl Default for AgenticMemoryScope
Source§fn default() -> AgenticMemoryScope
fn default() -> AgenticMemoryScope
Returns the “default value” for a type. Read more
Source§impl PartialEq for AgenticMemoryScope
impl PartialEq for AgenticMemoryScope
impl Eq for AgenticMemoryScope
impl StructuralPartialEq for AgenticMemoryScope
Auto Trait Implementations§
impl Freeze for AgenticMemoryScope
impl RefUnwindSafe for AgenticMemoryScope
impl Send for AgenticMemoryScope
impl Sync for AgenticMemoryScope
impl Unpin for AgenticMemoryScope
impl UnsafeUnpin for AgenticMemoryScope
impl UnwindSafe for AgenticMemoryScope
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.