[][src]Struct grammers_tl_types::types::stats::BroadcastStats

pub struct BroadcastStats {
    pub period: StatsDateRangeDays,
    pub followers: StatsAbsValueAndPrev,
    pub views_per_post: StatsAbsValueAndPrev,
    pub shares_per_post: StatsAbsValueAndPrev,
    pub enabled_notifications: StatsPercentValue,
    pub growth_graph: StatsGraph,
    pub followers_graph: StatsGraph,
    pub mute_graph: StatsGraph,
    pub top_hours_graph: StatsGraph,
    pub interactions_graph: StatsGraph,
    pub iv_interactions_graph: StatsGraph,
    pub views_by_source_graph: StatsGraph,
    pub new_followers_by_source_graph: StatsGraph,
    pub languages_graph: StatsGraph,
    pub recent_message_interactions: Vec<MessageInteractionCounters>,
}

Fields

period: StatsDateRangeDaysfollowers: StatsAbsValueAndPrevviews_per_post: StatsAbsValueAndPrevshares_per_post: StatsAbsValueAndPrevenabled_notifications: StatsPercentValuegrowth_graph: StatsGraphfollowers_graph: StatsGraphmute_graph: StatsGraphtop_hours_graph: StatsGraphinteractions_graph: StatsGraphiv_interactions_graph: StatsGraphviews_by_source_graph: StatsGraphnew_followers_by_source_graph: StatsGraphlanguages_graph: StatsGraphrecent_message_interactions: Vec<MessageInteractionCounters>

Trait Implementations

impl Clone for BroadcastStats[src]

impl Debug for BroadcastStats[src]

impl Deserializable for BroadcastStats[src]

impl From<BroadcastStats> for BroadcastStats[src]

impl From<BroadcastStats> for BroadcastStats[src]

impl Identifiable for BroadcastStats[src]

impl PartialEq<BroadcastStats> for BroadcastStats[src]

impl Serializable for BroadcastStats[src]

impl StructuralPartialEq for BroadcastStats[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.