pub struct StatisticsEntry {
pub key: String,
pub value: StatisticsValue,
}Expand description
Fields§
§key: String§value: StatisticsValueTrait Implementations§
Source§impl Clone for StatisticsEntry
impl Clone for StatisticsEntry
Source§fn clone(&self) -> StatisticsEntry
fn clone(&self) -> StatisticsEntry
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 moreAuto Trait Implementations§
impl Freeze for StatisticsEntry
impl RefUnwindSafe for StatisticsEntry
impl Send for StatisticsEntry
impl Sync for StatisticsEntry
impl Unpin for StatisticsEntry
impl UnsafeUnpin for StatisticsEntry
impl UnwindSafe for StatisticsEntry
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