pub struct TacticsStats {
pub higest: Option<Rating>,
pub lowest: Option<Rating>,
}
Fields§
§higest: Option<Rating>
§lowest: Option<Rating>
Implementations§
Source§impl TacticsStats
impl TacticsStats
pub fn new() -> TacticsStats
Trait Implementations§
Source§impl Clone for TacticsStats
impl Clone for TacticsStats
Source§fn clone(&self) -> TacticsStats
fn clone(&self) -> TacticsStats
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 TacticsStats
impl Debug for TacticsStats
Source§impl<'de> Deserialize<'de> for TacticsStats
impl<'de> Deserialize<'de> for TacticsStats
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 TacticsStats
impl PartialEq for TacticsStats
Source§impl Serialize for TacticsStats
impl Serialize for TacticsStats
impl StructuralPartialEq for TacticsStats
Auto Trait Implementations§
impl Freeze for TacticsStats
impl RefUnwindSafe for TacticsStats
impl Send for TacticsStats
impl Sync for TacticsStats
impl Unpin for TacticsStats
impl UnwindSafe for TacticsStats
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