pub struct SemanticMemoryUpsertOutcome {
pub memory: SemanticMemory,
pub usage: Usage,
}Expand description
Semantic-memory write plus attributable embedding/storage usage.
Fields§
§memory: SemanticMemoryPersisted semantic memory.
usage: UsageEmbedding and storage usage attributable to this operation.
Trait Implementations§
Source§impl Clone for SemanticMemoryUpsertOutcome
impl Clone for SemanticMemoryUpsertOutcome
Source§fn clone(&self) -> SemanticMemoryUpsertOutcome
fn clone(&self) -> SemanticMemoryUpsertOutcome
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 SemanticMemoryUpsertOutcome
impl Debug for SemanticMemoryUpsertOutcome
impl StructuralPartialEq for SemanticMemoryUpsertOutcome
Auto Trait Implementations§
impl Freeze for SemanticMemoryUpsertOutcome
impl RefUnwindSafe for SemanticMemoryUpsertOutcome
impl Send for SemanticMemoryUpsertOutcome
impl Sync for SemanticMemoryUpsertOutcome
impl Unpin for SemanticMemoryUpsertOutcome
impl UnsafeUnpin for SemanticMemoryUpsertOutcome
impl UnwindSafe for SemanticMemoryUpsertOutcome
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