Struct nitter_scraper::Stats
source · pub struct Stats {
pub comment: u64,
pub retweet: u64,
pub quote: u64,
pub heart: u64,
}Fields§
§comment: u64§retweet: u64§quote: u64§heart: u64Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Stats
impl Send for Stats
impl Sync for Stats
impl Unpin for Stats
impl UnwindSafe for Stats
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