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