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