pub struct FollowerStatsResponse {
pub accounts: Option<Vec<AccountWithFollowerStats>>,
pub date_range: Option<Box<GetFollowerStats200ResponseDateRange>>,
pub aggregation: Option<Aggregation>,
}Fields§
§accounts: Option<Vec<AccountWithFollowerStats>>§date_range: Option<Box<GetFollowerStats200ResponseDateRange>>§aggregation: Option<Aggregation>Implementations§
Source§impl FollowerStatsResponse
impl FollowerStatsResponse
pub fn new() -> FollowerStatsResponse
Trait Implementations§
Source§impl Clone for FollowerStatsResponse
impl Clone for FollowerStatsResponse
Source§fn clone(&self) -> FollowerStatsResponse
fn clone(&self) -> FollowerStatsResponse
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 FollowerStatsResponse
impl Debug for FollowerStatsResponse
Source§impl Default for FollowerStatsResponse
impl Default for FollowerStatsResponse
Source§fn default() -> FollowerStatsResponse
fn default() -> FollowerStatsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FollowerStatsResponse
impl<'de> Deserialize<'de> for FollowerStatsResponse
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 FollowerStatsResponse
impl PartialEq for FollowerStatsResponse
Source§impl Serialize for FollowerStatsResponse
impl Serialize for FollowerStatsResponse
impl StructuralPartialEq for FollowerStatsResponse
Auto Trait Implementations§
impl Freeze for FollowerStatsResponse
impl RefUnwindSafe for FollowerStatsResponse
impl Send for FollowerStatsResponse
impl Sync for FollowerStatsResponse
impl Unpin for FollowerStatsResponse
impl UnsafeUnpin for FollowerStatsResponse
impl UnwindSafe for FollowerStatsResponse
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