pub struct GetStyle {
pub status: f64,
pub error: bool,
pub meta: Box<PublishedStyle>,
}Fields§
§status: f64The status of the request.
error: boolFor successful requests, this value is always false.
meta: Box<PublishedStyle>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetStyle
impl<'de> Deserialize<'de> for GetStyle
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
impl StructuralPartialEq for GetStyle
Auto Trait Implementations§
impl Freeze for GetStyle
impl RefUnwindSafe for GetStyle
impl Send for GetStyle
impl Sync for GetStyle
impl Unpin for GetStyle
impl UnwindSafe for GetStyle
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