pub struct PersonalStatsJobsExtended {
    pub jobs: Jobs,
}Fields§
§jobs: JobsTrait 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§fn clone_from(&mut self, source: &Self)
 
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
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