pub struct SkinList {
pub skins: Vec<Skin>,
pub max_skins: u32,
}Expand description
A list of Skin.
Fields§
§skins: Vec<Skin>Array of skins returned by the api.
max_skins: u32The total number of skins that are available on o!rdr, but if search query the total numbers of renders corresponding to that query will be used.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SkinList
impl<'de> Deserialize<'de> for SkinList
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 Eq for SkinList
impl StructuralPartialEq for SkinList
Auto Trait Implementations§
impl Freeze for SkinList
impl RefUnwindSafe for SkinList
impl Send for SkinList
impl Sync for SkinList
impl Unpin for SkinList
impl UnwindSafe for SkinList
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.