pub struct UpbitErrorResponse {
pub error: UpbitError,
}Expand description
Generic error response from Upbit API
Fields§
§error: UpbitErrorError details containing name and message
Trait Implementations§
Source§impl Debug for UpbitErrorResponse
impl Debug for UpbitErrorResponse
Source§impl<'de> Deserialize<'de> for UpbitErrorResponse
impl<'de> Deserialize<'de> for UpbitErrorResponse
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 UpbitErrorResponse
impl RefUnwindSafe for UpbitErrorResponse
impl Send for UpbitErrorResponse
impl Sync for UpbitErrorResponse
impl Unpin for UpbitErrorResponse
impl UnwindSafe for UpbitErrorResponse
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