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