pub struct ExperimentVariant {
pub version: Option<String>,
pub eval_run_id: Option<String>,
}Expand description
ExperimentVariant model.
Fields§
§version: Option<String>§eval_run_id: Option<String>Trait 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 Default for ExperimentVariant
impl Default for ExperimentVariant
Source§fn default() -> ExperimentVariant
fn default() -> ExperimentVariant
Returns the “default value” for a type. Read more
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