pub struct UserStats {Show 21 fields
pub notes_count: u64,
pub replies_count: u64,
pub renotes_count: u64,
pub replied_count: u64,
pub renoted_count: u64,
pub poll_votes_count: u64,
pub poll_voted_count: u64,
pub local_following_count: u64,
pub remote_following_count: u64,
pub local_followers_count: u64,
pub remote_followers_count: u64,
pub following_count: u64,
pub followers_count: u64,
pub sent_reactions_count: u64,
pub received_reactions_count: u64,
pub note_favorites_count: u64,
pub page_likes_count: u64,
pub page_liked_count: u64,
pub drive_files_count: u64,
pub drive_usage: u64,
pub reversi_count: u64,
}Available on crate feature
12-60-0 only.Fields§
§notes_count: u64§replies_count: u64§renotes_count: u64§replied_count: u64§renoted_count: u64§poll_votes_count: u64§poll_voted_count: u64§local_following_count: u64§remote_following_count: u64§local_followers_count: u64§remote_followers_count: u64§following_count: u64§followers_count: u64§sent_reactions_count: u64§received_reactions_count: u64§note_favorites_count: u64§page_likes_count: u64§page_liked_count: u64§drive_files_count: u64§drive_usage: u64§reversi_count: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for UserStats
impl<'de> Deserialize<'de> for UserStats
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 UserStats
impl RefUnwindSafe for UserStats
impl Send for UserStats
impl Sync for UserStats
impl Unpin for UserStats
impl UnwindSafe for UserStats
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