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