pub struct RagQueryFixture {
pub query_id: String,
pub query: String,
pub relevant_doc_ids: Vec<String>,
}Fields§
§query_id: String§query: String§relevant_doc_ids: Vec<String>Trait Implementations§
Source§impl Clone for RagQueryFixture
impl Clone for RagQueryFixture
Source§fn clone(&self) -> RagQueryFixture
fn clone(&self) -> RagQueryFixture
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RagQueryFixture
impl Debug for RagQueryFixture
impl Eq for RagQueryFixture
Source§impl PartialEq for RagQueryFixture
impl PartialEq for RagQueryFixture
Source§fn eq(&self, other: &RagQueryFixture) -> bool
fn eq(&self, other: &RagQueryFixture) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RagQueryFixture
Auto Trait Implementations§
impl Freeze for RagQueryFixture
impl RefUnwindSafe for RagQueryFixture
impl Send for RagQueryFixture
impl Sync for RagQueryFixture
impl Unpin for RagQueryFixture
impl UnsafeUnpin for RagQueryFixture
impl UnwindSafe for RagQueryFixture
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