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