pub struct RagQueryResponse {
pub queries: Vec<RagQueryEvent>,
}
Fields§
§queries: Vec<RagQueryEvent>
Implementations§
Source§impl RagQueryResponse
impl RagQueryResponse
pub fn new(queries: Vec<RagQueryEvent>) -> RagQueryResponse
Trait Implementations§
Source§impl Clone for RagQueryResponse
impl Clone for RagQueryResponse
Source§fn clone(&self) -> RagQueryResponse
fn clone(&self) -> RagQueryResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RagQueryResponse
impl Debug for RagQueryResponse
Source§impl Default for RagQueryResponse
impl Default for RagQueryResponse
Source§fn default() -> RagQueryResponse
fn default() -> RagQueryResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RagQueryResponse
impl<'de> Deserialize<'de> for RagQueryResponse
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
Source§impl PartialEq for RagQueryResponse
impl PartialEq for RagQueryResponse
Source§impl Serialize for RagQueryResponse
impl Serialize for RagQueryResponse
impl StructuralPartialEq for RagQueryResponse
Auto Trait Implementations§
impl Freeze for RagQueryResponse
impl RefUnwindSafe for RagQueryResponse
impl Send for RagQueryResponse
impl Sync for RagQueryResponse
impl Unpin for RagQueryResponse
impl UnwindSafe for RagQueryResponse
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