pub struct EvaluationCaseId(/* private fields */);Expand description
Stable case identity within a dataset.
Implementations§
Trait Implementations§
Source§impl Clone for EvaluationCaseId
impl Clone for EvaluationCaseId
Source§fn clone(&self) -> EvaluationCaseId
fn clone(&self) -> EvaluationCaseId
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 EvaluationCaseId
impl Debug for EvaluationCaseId
Source§impl<'de> Deserialize<'de> for EvaluationCaseId
impl<'de> Deserialize<'de> for EvaluationCaseId
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 Display for EvaluationCaseId
impl Display for EvaluationCaseId
impl Eq for EvaluationCaseId
Source§impl Hash for EvaluationCaseId
impl Hash for EvaluationCaseId
Source§impl Ord for EvaluationCaseId
impl Ord for EvaluationCaseId
Source§fn cmp(&self, other: &EvaluationCaseId) -> Ordering
fn cmp(&self, other: &EvaluationCaseId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EvaluationCaseId
impl PartialEq for EvaluationCaseId
Source§impl PartialOrd for EvaluationCaseId
impl PartialOrd for EvaluationCaseId
Source§impl Serialize for EvaluationCaseId
impl Serialize for EvaluationCaseId
impl StructuralPartialEq for EvaluationCaseId
Auto Trait Implementations§
impl Freeze for EvaluationCaseId
impl RefUnwindSafe for EvaluationCaseId
impl Send for EvaluationCaseId
impl Sync for EvaluationCaseId
impl Unpin for EvaluationCaseId
impl UnsafeUnpin for EvaluationCaseId
impl UnwindSafe for EvaluationCaseId
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