pub struct ColonyMetrics {
pub transfer: TransferMetrics,
pub dissolution: DissolutionMetrics,
pub graph_richness: GraphRichnessMetrics,
pub vocabulary_spread: VocabularySpreadMetrics,
}Expand description
All colony metrics combined.
Fields§
§transfer: TransferMetrics§dissolution: DissolutionMetrics§graph_richness: GraphRichnessMetrics§vocabulary_spread: VocabularySpreadMetricsTrait Implementations§
Source§impl Clone for ColonyMetrics
impl Clone for ColonyMetrics
Source§fn clone(&self) -> ColonyMetrics
fn clone(&self) -> ColonyMetrics
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 ColonyMetrics
impl Debug for ColonyMetrics
Auto Trait Implementations§
impl Freeze for ColonyMetrics
impl RefUnwindSafe for ColonyMetrics
impl Send for ColonyMetrics
impl Sync for ColonyMetrics
impl Unpin for ColonyMetrics
impl UnwindSafe for ColonyMetrics
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