pub struct ResponseCodeMessageError {
pub error: CodeMessage,
}Expand description
Type for the JSON error data returned on forbidden error from HTTP API
Fields§
§error: CodeMessageTrait Implementations§
Source§impl Debug for ResponseCodeMessageError
impl Debug for ResponseCodeMessageError
Source§impl<'de> Deserialize<'de> for ResponseCodeMessageError
impl<'de> Deserialize<'de> for ResponseCodeMessageError
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 ResponseCodeMessageError
impl RefUnwindSafe for ResponseCodeMessageError
impl Send for ResponseCodeMessageError
impl Sync for ResponseCodeMessageError
impl Unpin for ResponseCodeMessageError
impl UnwindSafe for ResponseCodeMessageError
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