pub enum AccountInsightMetric {
Views,
Likes,
Replies,
Reposts,
Quotes,
Clicks,
FollowersCount,
FollowerDemographics,
}Expand description
Available account insight metrics.
Variants§
Views
Account views count.
Likes
Account likes count.
Replies
Account replies count.
Reposts
Account reposts count.
Quotes
Account quotes count.
Clicks
Account link clicks count.
FollowersCount
Total followers count.
FollowerDemographics
Follower demographic breakdowns.
Implementations§
Source§impl AccountInsightMetric
Available account insight metrics.
impl AccountInsightMetric
Available account insight metrics.
Trait Implementations§
Source§impl Clone for AccountInsightMetric
impl Clone for AccountInsightMetric
Source§fn clone(&self) -> AccountInsightMetric
fn clone(&self) -> AccountInsightMetric
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 AccountInsightMetric
impl Debug for AccountInsightMetric
Source§impl<'de> Deserialize<'de> for AccountInsightMetric
impl<'de> Deserialize<'de> for AccountInsightMetric
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AccountInsightMetric
impl PartialEq for AccountInsightMetric
Source§impl Serialize for AccountInsightMetric
impl Serialize for AccountInsightMetric
impl Eq for AccountInsightMetric
impl StructuralPartialEq for AccountInsightMetric
Auto Trait Implementations§
impl Freeze for AccountInsightMetric
impl RefUnwindSafe for AccountInsightMetric
impl Send for AccountInsightMetric
impl Sync for AccountInsightMetric
impl Unpin for AccountInsightMetric
impl UnsafeUnpin for AccountInsightMetric
impl UnwindSafe for AccountInsightMetric
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.