pub struct ExperimentParameter {
pub ref_type: String,
pub param_type: String,
pub experiment_name: String,
pub param_name: String,
}
Fields§
§ref_type: String
§param_type: String
§experiment_name: String
§param_name: String
Trait Implementations§
Source§impl Clone for ExperimentParameter
impl Clone for ExperimentParameter
Source§fn clone(&self) -> ExperimentParameter
fn clone(&self) -> ExperimentParameter
Returns a copy 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 ExperimentParameter
impl Debug for ExperimentParameter
Source§impl<'de> Deserialize<'de> for ExperimentParameter
impl<'de> Deserialize<'de> for ExperimentParameter
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 ExperimentParameter
impl PartialEq for ExperimentParameter
Source§impl Serialize for ExperimentParameter
impl Serialize for ExperimentParameter
impl StructuralPartialEq for ExperimentParameter
Auto Trait Implementations§
impl Freeze for ExperimentParameter
impl RefUnwindSafe for ExperimentParameter
impl Send for ExperimentParameter
impl Sync for ExperimentParameter
impl Unpin for ExperimentParameter
impl UnwindSafe for ExperimentParameter
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