pub struct DemographicTotalValue {
pub breakdowns: Vec<DemographicBreakdown>,
}Expand description
Follower demographics total value with breakdowns.
Fields§
§breakdowns: Vec<DemographicBreakdown>Breakdown data for the demographic metric.
Trait Implementations§
Source§impl Clone for DemographicTotalValue
impl Clone for DemographicTotalValue
Source§fn clone(&self) -> DemographicTotalValue
fn clone(&self) -> DemographicTotalValue
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 DemographicTotalValue
impl Debug for DemographicTotalValue
Source§impl<'de> Deserialize<'de> for DemographicTotalValue
impl<'de> Deserialize<'de> for DemographicTotalValue
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
Auto Trait Implementations§
impl Freeze for DemographicTotalValue
impl RefUnwindSafe for DemographicTotalValue
impl Send for DemographicTotalValue
impl Sync for DemographicTotalValue
impl Unpin for DemographicTotalValue
impl UnsafeUnpin for DemographicTotalValue
impl UnwindSafe for DemographicTotalValue
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