pub enum ExperimentResultsError {
UnknownValue(Value),
}Expand description
struct for typed errors of method experiment_results
Variants§
Trait Implementations§
Source§impl Clone for ExperimentResultsError
impl Clone for ExperimentResultsError
Source§fn clone(&self) -> ExperimentResultsError
fn clone(&self) -> ExperimentResultsError
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 ExperimentResultsError
impl Debug for ExperimentResultsError
Source§impl<'de> Deserialize<'de> for ExperimentResultsError
impl<'de> Deserialize<'de> for ExperimentResultsError
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
Auto Trait Implementations§
impl Freeze for ExperimentResultsError
impl RefUnwindSafe for ExperimentResultsError
impl Send for ExperimentResultsError
impl Sync for ExperimentResultsError
impl Unpin for ExperimentResultsError
impl UnsafeUnpin for ExperimentResultsError
impl UnwindSafe for ExperimentResultsError
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