pub struct ProfileChallengeProgressInner {
pub name: Option<String>,
pub progress: Option<i32>,
}Fields§
§name: Option<String>§progress: Option<i32>Implementations§
Trait Implementations§
Source§impl Clone for ProfileChallengeProgressInner
impl Clone for ProfileChallengeProgressInner
Source§fn clone(&self) -> ProfileChallengeProgressInner
fn clone(&self) -> ProfileChallengeProgressInner
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 Default for ProfileChallengeProgressInner
impl Default for ProfileChallengeProgressInner
Source§fn default() -> ProfileChallengeProgressInner
fn default() -> ProfileChallengeProgressInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProfileChallengeProgressInner
impl<'de> Deserialize<'de> for ProfileChallengeProgressInner
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 ProfileChallengeProgressInner
impl PartialEq for ProfileChallengeProgressInner
Source§fn eq(&self, other: &ProfileChallengeProgressInner) -> bool
fn eq(&self, other: &ProfileChallengeProgressInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProfileChallengeProgressInner
Auto Trait Implementations§
impl Freeze for ProfileChallengeProgressInner
impl RefUnwindSafe for ProfileChallengeProgressInner
impl Send for ProfileChallengeProgressInner
impl Sync for ProfileChallengeProgressInner
impl Unpin for ProfileChallengeProgressInner
impl UnwindSafe for ProfileChallengeProgressInner
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