pub struct PersonalStatsJobsExtended {
pub jobs: Jobs,
}
Fields§
§jobs: Jobs
Trait Implementations§
Source§impl Clone for PersonalStatsJobsExtended
impl Clone for PersonalStatsJobsExtended
Source§fn clone(&self) -> PersonalStatsJobsExtended
fn clone(&self) -> PersonalStatsJobsExtended
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PersonalStatsJobsExtended
impl Debug for PersonalStatsJobsExtended
Source§impl<'de> Deserialize<'de> for PersonalStatsJobsExtended
impl<'de> Deserialize<'de> for PersonalStatsJobsExtended
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 PersonalStatsJobsExtended
impl PartialEq for PersonalStatsJobsExtended
Source§fn eq(&self, other: &PersonalStatsJobsExtended) -> bool
fn eq(&self, other: &PersonalStatsJobsExtended) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PersonalStatsJobsExtended
Auto Trait Implementations§
impl Freeze for PersonalStatsJobsExtended
impl RefUnwindSafe for PersonalStatsJobsExtended
impl Send for PersonalStatsJobsExtended
impl Sync for PersonalStatsJobsExtended
impl Unpin for PersonalStatsJobsExtended
impl UnwindSafe for PersonalStatsJobsExtended
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