pub struct RankedPrediction {
pub case_id: String,
pub ranked_ids: Vec<String>,
}Fields§
§case_id: String§ranked_ids: Vec<String>Trait Implementations§
Source§impl Clone for RankedPrediction
impl Clone for RankedPrediction
Source§fn clone(&self) -> RankedPrediction
fn clone(&self) -> RankedPrediction
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 RankedPrediction
impl Debug for RankedPrediction
Source§impl<'de> Deserialize<'de> for RankedPrediction
impl<'de> Deserialize<'de> for RankedPrediction
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
impl Eq for RankedPrediction
Source§impl PartialEq for RankedPrediction
impl PartialEq for RankedPrediction
Source§impl Serialize for RankedPrediction
impl Serialize for RankedPrediction
impl StructuralPartialEq for RankedPrediction
Auto Trait Implementations§
impl Freeze for RankedPrediction
impl RefUnwindSafe for RankedPrediction
impl Send for RankedPrediction
impl Sync for RankedPrediction
impl Unpin for RankedPrediction
impl UnsafeUnpin for RankedPrediction
impl UnwindSafe for RankedPrediction
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