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