pub struct InlineObject17 {
pub error: Error,
pub status: Status,
pub message: String,
}
Fields§
§error: Error
For erroneous requests, this value is always true
.
status: Status
Status code
message: String
A string describing the error
Implementations§
Trait Implementations§
Source§impl Clone for InlineObject17
impl Clone for InlineObject17
Source§fn clone(&self) -> InlineObject17
fn clone(&self) -> InlineObject17
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 InlineObject17
impl Debug for InlineObject17
Source§impl Default for InlineObject17
impl Default for InlineObject17
Source§fn default() -> InlineObject17
fn default() -> InlineObject17
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineObject17
impl<'de> Deserialize<'de> for InlineObject17
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 InlineObject17
impl PartialEq for InlineObject17
Source§impl Serialize for InlineObject17
impl Serialize for InlineObject17
impl StructuralPartialEq for InlineObject17
Auto Trait Implementations§
impl Freeze for InlineObject17
impl RefUnwindSafe for InlineObject17
impl Send for InlineObject17
impl Sync for InlineObject17
impl Unpin for InlineObject17
impl UnwindSafe for InlineObject17
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