pub struct RetrieveResponse {
pub results: Vec<RetrieveResultDto>,
}Fields§
§results: Vec<RetrieveResultDto>Trait Implementations§
Source§impl Debug for RetrieveResponse
impl Debug for RetrieveResponse
Source§impl<'de> Deserialize<'de> for RetrieveResponse
impl<'de> Deserialize<'de> for RetrieveResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RetrieveResponse
impl RefUnwindSafe for RetrieveResponse
impl Send for RetrieveResponse
impl Sync for RetrieveResponse
impl Unpin for RetrieveResponse
impl UnsafeUnpin for RetrieveResponse
impl UnwindSafe for RetrieveResponse
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