pub struct MemoryRetrievalGateRow {
pub strategy: String,
pub avg_useful_hits: f64,
pub zero_output_failures: usize,
pub useful_hits_pass: bool,
pub zero_output_pass: bool,
pub status: String,
}Fields§
§strategy: String§avg_useful_hits: f64§zero_output_failures: usize§useful_hits_pass: bool§zero_output_pass: bool§status: StringTrait Implementations§
Source§impl Clone for MemoryRetrievalGateRow
impl Clone for MemoryRetrievalGateRow
Source§fn clone(&self) -> MemoryRetrievalGateRow
fn clone(&self) -> MemoryRetrievalGateRow
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 MemoryRetrievalGateRow
impl Debug for MemoryRetrievalGateRow
Source§impl PartialEq for MemoryRetrievalGateRow
impl PartialEq for MemoryRetrievalGateRow
Source§impl Serialize for MemoryRetrievalGateRow
impl Serialize for MemoryRetrievalGateRow
impl StructuralPartialEq for MemoryRetrievalGateRow
Auto Trait Implementations§
impl Freeze for MemoryRetrievalGateRow
impl RefUnwindSafe for MemoryRetrievalGateRow
impl Send for MemoryRetrievalGateRow
impl Sync for MemoryRetrievalGateRow
impl Unpin for MemoryRetrievalGateRow
impl UnsafeUnpin for MemoryRetrievalGateRow
impl UnwindSafe for MemoryRetrievalGateRow
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