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