pub struct Get400Response {
pub status_code: i32,
pub error: String,
pub message: String,
}Fields§
§status_code: i32§error: String§message: StringImplementations§
Trait Implementations§
source§impl Clone for Get400Response
impl Clone for Get400Response
source§fn clone(&self) -> Get400Response
fn clone(&self) -> Get400Response
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 Get400Response
impl Debug for Get400Response
source§impl Default for Get400Response
impl Default for Get400Response
source§fn default() -> Get400Response
fn default() -> Get400Response
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Get400Response
impl<'de> Deserialize<'de> for Get400Response
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 Get400Response
impl PartialEq for Get400Response
source§fn eq(&self, other: &Get400Response) -> bool
fn eq(&self, other: &Get400Response) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for Get400Response
impl Serialize for Get400Response
impl StructuralPartialEq for Get400Response
Auto Trait Implementations§
impl RefUnwindSafe for Get400Response
impl Send for Get400Response
impl Sync for Get400Response
impl Unpin for Get400Response
impl UnwindSafe for Get400Response
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