pub struct StoreMemoryResponse {
pub memory: Memory,
pub embedding_time_ms: u64,
}Expand description
Response from storing a memory
Fields§
§memory: Memory§embedding_time_ms: u64Trait Implementations§
Source§impl Debug for StoreMemoryResponse
impl Debug for StoreMemoryResponse
Auto Trait Implementations§
impl Freeze for StoreMemoryResponse
impl RefUnwindSafe for StoreMemoryResponse
impl Send for StoreMemoryResponse
impl Sync for StoreMemoryResponse
impl Unpin for StoreMemoryResponse
impl UnsafeUnpin for StoreMemoryResponse
impl UnwindSafe for StoreMemoryResponse
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