pub struct BatchStoreMemoryResponse {
pub stored: Vec<Memory>,
pub stored_count: usize,
pub total_embedding_time_ms: u64,
}Expand description
Response from POST /v1/memories/store/batch
Fields§
§stored: Vec<Memory>§stored_count: usize§total_embedding_time_ms: u64Trait Implementations§
Source§impl Debug for BatchStoreMemoryResponse
impl Debug for BatchStoreMemoryResponse
Auto Trait Implementations§
impl Freeze for BatchStoreMemoryResponse
impl RefUnwindSafe for BatchStoreMemoryResponse
impl Send for BatchStoreMemoryResponse
impl Sync for BatchStoreMemoryResponse
impl Unpin for BatchStoreMemoryResponse
impl UnsafeUnpin for BatchStoreMemoryResponse
impl UnwindSafe for BatchStoreMemoryResponse
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