pub struct ResponseAPIError {
pub error: APIError,
}Fields§
§error: APIErrorTrait Implementations§
Source§impl Debug for ResponseAPIError
impl Debug for ResponseAPIError
Source§impl Default for ResponseAPIError
impl Default for ResponseAPIError
Source§fn default() -> ResponseAPIError
fn default() -> ResponseAPIError
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResponseAPIError
impl<'de> Deserialize<'de> for ResponseAPIError
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 ResponseAPIError
impl RefUnwindSafe for ResponseAPIError
impl Send for ResponseAPIError
impl Sync for ResponseAPIError
impl Unpin for ResponseAPIError
impl UnwindSafe for ResponseAPIError
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