pub struct SoftFallback {
pub branch: SoftFallbackBranch,
}Expand description
Soft-fallback signal carried on hybrid search results.
Per dev/design/retrieval.md § Soft-fallback signal, this record is
present only when one non-essential branch could not contribute. Total
request failure is not expressed via this carrier.
Fields§
§branch: SoftFallbackBranchTrait Implementations§
Source§impl Clone for SoftFallback
impl Clone for SoftFallback
Source§fn clone(&self) -> SoftFallback
fn clone(&self) -> SoftFallback
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 SoftFallback
impl Debug for SoftFallback
impl Eq for SoftFallback
Source§impl PartialEq for SoftFallback
impl PartialEq for SoftFallback
impl StructuralPartialEq for SoftFallback
Auto Trait Implementations§
impl Freeze for SoftFallback
impl RefUnwindSafe for SoftFallback
impl Send for SoftFallback
impl Sync for SoftFallback
impl Unpin for SoftFallback
impl UnsafeUnpin for SoftFallback
impl UnwindSafe for SoftFallback
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