pub struct ExperimentId(pub Uuid);Expand description
Identifies an in-flight or completed champion-vs-challenger experiment.
Tuple Fields§
§0: UuidImplementations§
Trait Implementations§
Source§impl Clone for ExperimentId
impl Clone for ExperimentId
Source§fn clone(&self) -> ExperimentId
fn clone(&self) -> ExperimentId
Returns a duplicate of the value. Read more
1.0.0 · 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 ExperimentId
impl Debug for ExperimentId
Source§impl Default for ExperimentId
impl Default for ExperimentId
Source§impl<'de> Deserialize<'de> for ExperimentId
impl<'de> Deserialize<'de> for ExperimentId
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 ExperimentId
impl Display for ExperimentId
Source§impl Hash for ExperimentId
impl Hash for ExperimentId
Source§impl Ord for ExperimentId
impl Ord for ExperimentId
Source§fn cmp(&self, other: &ExperimentId) -> Ordering
fn cmp(&self, other: &ExperimentId) -> Ordering
1.21.0 · 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 ExperimentId
impl PartialEq for ExperimentId
Source§impl PartialOrd for ExperimentId
impl PartialOrd for ExperimentId
Source§impl Serialize for ExperimentId
impl Serialize for ExperimentId
impl Copy for ExperimentId
impl Eq for ExperimentId
impl StructuralPartialEq for ExperimentId
Auto Trait Implementations§
impl Freeze for ExperimentId
impl RefUnwindSafe for ExperimentId
impl Send for ExperimentId
impl Sync for ExperimentId
impl Unpin for ExperimentId
impl UnsafeUnpin for ExperimentId
impl UnwindSafe for ExperimentId
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