pub struct BasicStats {
pub real: BTreeMap<String, RealStat>,
pub integer: BTreeMap<String, IntStat>,
pub string: BTreeMap<String, StrStat>,
}Fields§
§real: BTreeMap<String, RealStat>§integer: BTreeMap<String, IntStat>§string: BTreeMap<String, StrStat>Implementations§
Source§impl BasicStats
impl BasicStats
Source§impl BasicStats
impl BasicStats
Trait Implementations§
Source§impl Default for BasicStats
impl Default for BasicStats
Source§fn default() -> BasicStats
fn default() -> BasicStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BasicStats
impl RefUnwindSafe for BasicStats
impl Send for BasicStats
impl Sync for BasicStats
impl Unpin for BasicStats
impl UnwindSafe for BasicStats
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