pub struct SkinResponseSchema {
pub data: Box<SkinSchema>,
}Fields§
§data: Box<SkinSchema>Implementations§
Source§impl SkinResponseSchema
impl SkinResponseSchema
pub fn new(data: SkinSchema) -> SkinResponseSchema
Trait Implementations§
Source§impl Clone for SkinResponseSchema
impl Clone for SkinResponseSchema
Source§fn clone(&self) -> SkinResponseSchema
fn clone(&self) -> SkinResponseSchema
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SkinResponseSchema
impl Debug for SkinResponseSchema
Source§impl Default for SkinResponseSchema
impl Default for SkinResponseSchema
Source§fn default() -> SkinResponseSchema
fn default() -> SkinResponseSchema
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SkinResponseSchema
impl<'de> Deserialize<'de> for SkinResponseSchema
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 IntoData for SkinResponseSchema
impl IntoData for SkinResponseSchema
Source§impl PartialEq for SkinResponseSchema
impl PartialEq for SkinResponseSchema
Source§fn eq(&self, other: &SkinResponseSchema) -> bool
fn eq(&self, other: &SkinResponseSchema) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SkinResponseSchema
impl Serialize for SkinResponseSchema
impl StructuralPartialEq for SkinResponseSchema
Auto Trait Implementations§
impl Freeze for SkinResponseSchema
impl RefUnwindSafe for SkinResponseSchema
impl Send for SkinResponseSchema
impl Sync for SkinResponseSchema
impl Unpin for SkinResponseSchema
impl UnsafeUnpin for SkinResponseSchema
impl UnwindSafe for SkinResponseSchema
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