pub struct BatchRecallResponse {
pub memories: Vec<Memory>,
pub total: usize,
pub filtered: usize,
}Expand description
Response from POST /v1/memories/recall/batch
Fields§
§memories: Vec<Memory>§total: usize§filtered: usizeTrait Implementations§
Source§impl Debug for BatchRecallResponse
impl Debug for BatchRecallResponse
Auto Trait Implementations§
impl Freeze for BatchRecallResponse
impl RefUnwindSafe for BatchRecallResponse
impl Send for BatchRecallResponse
impl Sync for BatchRecallResponse
impl Unpin for BatchRecallResponse
impl UnsafeUnpin for BatchRecallResponse
impl UnwindSafe for BatchRecallResponse
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