pub struct InsightsReport {
pub retrieval: RetrievalStats,
pub citation: CitationStats,
pub proposals: ProposalStats,
pub usefulness: UsefulnessTrend,
pub harvest: HarvestStats,
pub corpus: CorpusHealth,
pub token_economy: TokenEconomy,
}Fields§
§retrieval: RetrievalStats§citation: CitationStats§proposals: ProposalStats§usefulness: UsefulnessTrend§harvest: HarvestStats§corpus: CorpusHealth§token_economy: TokenEconomyTrait Implementations§
Source§impl Clone for InsightsReport
impl Clone for InsightsReport
Source§fn clone(&self) -> InsightsReport
fn clone(&self) -> InsightsReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InsightsReport
impl Debug for InsightsReport
Auto Trait Implementations§
impl Freeze for InsightsReport
impl RefUnwindSafe for InsightsReport
impl Send for InsightsReport
impl Sync for InsightsReport
impl Unpin for InsightsReport
impl UnsafeUnpin for InsightsReport
impl UnwindSafe for InsightsReport
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