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