pub struct InlineObject13 {
pub status: Status,
pub error: Error,
pub meta: Box<InlineObject13Meta>,
}
Fields§
§status: Status
The response status code.
error: Error
For successful requests, this value is always false
.
meta: Box<InlineObject13Meta>
Implementations§
Source§impl InlineObject13
impl InlineObject13
pub fn new( status: Status, error: Error, meta: InlineObject13Meta, ) -> InlineObject13
Trait Implementations§
Source§impl Clone for InlineObject13
impl Clone for InlineObject13
Source§fn clone(&self) -> InlineObject13
fn clone(&self) -> InlineObject13
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 InlineObject13
impl Debug for InlineObject13
Source§impl Default for InlineObject13
impl Default for InlineObject13
Source§fn default() -> InlineObject13
fn default() -> InlineObject13
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineObject13
impl<'de> Deserialize<'de> for InlineObject13
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 InlineObject13
impl PartialEq for InlineObject13
Source§impl Serialize for InlineObject13
impl Serialize for InlineObject13
impl StructuralPartialEq for InlineObject13
Auto Trait Implementations§
impl Freeze for InlineObject13
impl RefUnwindSafe for InlineObject13
impl Send for InlineObject13
impl Sync for InlineObject13
impl Unpin for InlineObject13
impl UnwindSafe for InlineObject13
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