pub struct RetrievalResponse(pub Vec<RetrievalResponseItem>);
Tuple Fields§
§0: Vec<RetrievalResponseItem>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RetrievalResponse
impl RefUnwindSafe for RetrievalResponse
impl Send for RetrievalResponse
impl Sync for RetrievalResponse
impl Unpin for RetrievalResponse
impl UnwindSafe for RetrievalResponse
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