pub struct RecallResponse {
pub results: Vec<RecallResult>,
pub total_nodes: usize,
pub total_edges: usize,
}Fields§
§results: Vec<RecallResult>§total_nodes: usize§total_edges: usizeTrait Implementations§
Source§impl Debug for RecallResponse
impl Debug for RecallResponse
Auto Trait Implementations§
impl Freeze for RecallResponse
impl RefUnwindSafe for RecallResponse
impl Send for RecallResponse
impl Sync for RecallResponse
impl Unpin for RecallResponse
impl UnwindSafe for RecallResponse
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