pub struct RecentActivity {
pub name: String,
pub date: String,
pub map_name: String,
pub map: Option<StatsMap>,
pub seconds_played: i64,
}
Fields§
§name: String
§date: String
§map_name: String
§map: Option<StatsMap>
§seconds_played: i64
Trait Implementations§
source§impl Clone for RecentActivity
impl Clone for RecentActivity
source§fn clone(&self) -> RecentActivity
fn clone(&self) -> RecentActivity
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 RecentActivity
impl Debug for RecentActivity
source§impl Default for RecentActivity
impl Default for RecentActivity
source§fn default() -> RecentActivity
fn default() -> RecentActivity
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RecentActivity
impl<'de> Deserialize<'de> for RecentActivity
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 RecentActivity
impl PartialEq for RecentActivity
source§impl Serialize for RecentActivity
impl Serialize for RecentActivity
impl StructuralPartialEq for RecentActivity
Auto Trait Implementations§
impl Freeze for RecentActivity
impl RefUnwindSafe for RecentActivity
impl Send for RecentActivity
impl Sync for RecentActivity
impl Unpin for RecentActivity
impl UnwindSafe for RecentActivity
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)