pub struct PostA2a200ResponseError {
pub code: Option<i32>,
pub message: Option<String>,
}Expand description
PostA2a200ResponseError : Error information if request failed
Fields§
§code: Option<i32>§message: Option<String>Implementations§
Source§impl PostA2a200ResponseError
impl PostA2a200ResponseError
Sourcepub fn new() -> PostA2a200ResponseError
pub fn new() -> PostA2a200ResponseError
Error information if request failed
Trait Implementations§
Source§impl Clone for PostA2a200ResponseError
impl Clone for PostA2a200ResponseError
Source§fn clone(&self) -> PostA2a200ResponseError
fn clone(&self) -> PostA2a200ResponseError
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 PostA2a200ResponseError
impl Debug for PostA2a200ResponseError
Source§impl Default for PostA2a200ResponseError
impl Default for PostA2a200ResponseError
Source§fn default() -> PostA2a200ResponseError
fn default() -> PostA2a200ResponseError
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostA2a200ResponseError
impl<'de> Deserialize<'de> for PostA2a200ResponseError
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
Source§impl PartialEq for PostA2a200ResponseError
impl PartialEq for PostA2a200ResponseError
Source§impl Serialize for PostA2a200ResponseError
impl Serialize for PostA2a200ResponseError
impl StructuralPartialEq for PostA2a200ResponseError
Auto Trait Implementations§
impl Freeze for PostA2a200ResponseError
impl RefUnwindSafe for PostA2a200ResponseError
impl Send for PostA2a200ResponseError
impl Sync for PostA2a200ResponseError
impl Unpin for PostA2a200ResponseError
impl UnwindSafe for PostA2a200ResponseError
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