pub struct StateRerankWeightsV1 {
pub state_relevance: f64,
pub support: f64,
pub origin_authority: f64,
}Fields§
§state_relevance: f64§support: f64Trait Implementations§
Source§impl Clone for StateRerankWeightsV1
impl Clone for StateRerankWeightsV1
Source§fn clone(&self) -> StateRerankWeightsV1
fn clone(&self) -> StateRerankWeightsV1
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 StateRerankWeightsV1
impl Debug for StateRerankWeightsV1
Source§impl Default for StateRerankWeightsV1
impl Default for StateRerankWeightsV1
Source§impl<'de> Deserialize<'de> for StateRerankWeightsV1
impl<'de> Deserialize<'de> for StateRerankWeightsV1
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 StateRerankWeightsV1
impl PartialEq for StateRerankWeightsV1
Source§impl Serialize for StateRerankWeightsV1
impl Serialize for StateRerankWeightsV1
impl StructuralPartialEq for StateRerankWeightsV1
Auto Trait Implementations§
impl Freeze for StateRerankWeightsV1
impl RefUnwindSafe for StateRerankWeightsV1
impl Send for StateRerankWeightsV1
impl Sync for StateRerankWeightsV1
impl Unpin for StateRerankWeightsV1
impl UnsafeUnpin for StateRerankWeightsV1
impl UnwindSafe for StateRerankWeightsV1
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