pub struct EvaluationId(/* private fields */);Expand description
Stable identifier for an evaluation request or report.
Implementations§
Source§impl EvaluationId
impl EvaluationId
Trait Implementations§
Source§impl Clone for EvaluationId
impl Clone for EvaluationId
Source§fn clone(&self) -> EvaluationId
fn clone(&self) -> EvaluationId
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 EvaluationId
impl Debug for EvaluationId
Source§impl<'de> Deserialize<'de> for EvaluationId
impl<'de> Deserialize<'de> for EvaluationId
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<&str> for EvaluationId
impl From<&str> for EvaluationId
Source§impl Hash for EvaluationId
impl Hash for EvaluationId
Source§impl Ord for EvaluationId
impl Ord for EvaluationId
Source§fn cmp(&self, other: &EvaluationId) -> Ordering
fn cmp(&self, other: &EvaluationId) -> 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 EvaluationId
impl PartialEq for EvaluationId
Source§fn eq(&self, other: &EvaluationId) -> bool
fn eq(&self, other: &EvaluationId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EvaluationId
impl PartialOrd for EvaluationId
Source§impl Serialize for EvaluationId
impl Serialize for EvaluationId
impl Eq for EvaluationId
impl StructuralPartialEq for EvaluationId
Auto Trait Implementations§
impl Freeze for EvaluationId
impl RefUnwindSafe for EvaluationId
impl Send for EvaluationId
impl Sync for EvaluationId
impl Unpin for EvaluationId
impl UnsafeUnpin for EvaluationId
impl UnwindSafe for EvaluationId
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