pub struct PersonalStatsMissions {
pub missions: Missions,
}
Fields§
§missions: Missions
Trait Implementations§
Source§impl Clone for PersonalStatsMissions
impl Clone for PersonalStatsMissions
Source§fn clone(&self) -> PersonalStatsMissions
fn clone(&self) -> PersonalStatsMissions
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 PersonalStatsMissions
impl Debug for PersonalStatsMissions
Source§impl<'de> Deserialize<'de> for PersonalStatsMissions
impl<'de> Deserialize<'de> for PersonalStatsMissions
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 From<PersonalStatsMissions> for Personalstats
impl From<PersonalStatsMissions> for Personalstats
Source§fn from(value: PersonalStatsMissions) -> Self
fn from(value: PersonalStatsMissions) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PersonalStatsMissions
impl PartialEq for PersonalStatsMissions
impl StructuralPartialEq for PersonalStatsMissions
Auto Trait Implementations§
impl Freeze for PersonalStatsMissions
impl RefUnwindSafe for PersonalStatsMissions
impl Send for PersonalStatsMissions
impl Sync for PersonalStatsMissions
impl Unpin for PersonalStatsMissions
impl UnwindSafe for PersonalStatsMissions
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