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