pub struct StatsPercentage(/* private fields */);
Trait Implementations§
Source§impl Clone for StatsPercentage
impl Clone for StatsPercentage
Source§fn clone(&self) -> StatsPercentage
fn clone(&self) -> StatsPercentage
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 StatsPercentage
impl Debug for StatsPercentage
Source§impl<'de> Deserialize<'de> for StatsPercentage
impl<'de> Deserialize<'de> for StatsPercentage
Source§fn deserialize<D>(deserializer: D) -> Result<StatsPercentage, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<StatsPercentage, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for StatsPercentage
impl RefUnwindSafe for StatsPercentage
impl Send for StatsPercentage
impl Sync for StatsPercentage
impl Unpin for StatsPercentage
impl UnwindSafe for StatsPercentage
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