pub struct EvidencePacketItemV1 {
pub result: SearchResult,
pub state_status: PremiseStatus,
pub state_relevance: f64,
pub support_score: f64,
pub origin_authority_score: f64,
pub original_score: f64,
pub reranked_score: f64,
pub origin_label_digest: Option<String>,
}Fields§
§result: SearchResult§state_status: PremiseStatus§state_relevance: f64§support_score: f64§original_score: f64§reranked_score: f64§origin_label_digest: Option<String>Trait Implementations§
Source§impl Clone for EvidencePacketItemV1
impl Clone for EvidencePacketItemV1
Source§fn clone(&self) -> EvidencePacketItemV1
fn clone(&self) -> EvidencePacketItemV1
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 EvidencePacketItemV1
impl Debug for EvidencePacketItemV1
Source§impl<'de> Deserialize<'de> for EvidencePacketItemV1
impl<'de> Deserialize<'de> for EvidencePacketItemV1
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 From<StateRerankCandidateV1> for EvidencePacketItemV1
impl From<StateRerankCandidateV1> for EvidencePacketItemV1
Source§fn from(value: StateRerankCandidateV1) -> Self
fn from(value: StateRerankCandidateV1) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EvidencePacketItemV1
impl RefUnwindSafe for EvidencePacketItemV1
impl Send for EvidencePacketItemV1
impl Sync for EvidencePacketItemV1
impl Unpin for EvidencePacketItemV1
impl UnsafeUnpin for EvidencePacketItemV1
impl UnwindSafe for EvidencePacketItemV1
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