pub struct PersonalStatsItemsPopular {
    pub items: Items,
}Fields§
§items: ItemsTrait Implementations§
Source§impl Clone for PersonalStatsItemsPopular
 
impl Clone for PersonalStatsItemsPopular
Source§fn clone(&self) -> PersonalStatsItemsPopular
 
fn clone(&self) -> PersonalStatsItemsPopular
Returns a copy 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 PersonalStatsItemsPopular
 
impl Debug for PersonalStatsItemsPopular
Source§impl<'de> Deserialize<'de> for PersonalStatsItemsPopular
 
impl<'de> Deserialize<'de> for PersonalStatsItemsPopular
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 PersonalStatsItemsPopular
Auto Trait Implementations§
impl Freeze for PersonalStatsItemsPopular
impl RefUnwindSafe for PersonalStatsItemsPopular
impl Send for PersonalStatsItemsPopular
impl Sync for PersonalStatsItemsPopular
impl Unpin for PersonalStatsItemsPopular
impl UnwindSafe for PersonalStatsItemsPopular
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