Struct nitter_scraper::Tweet
source · pub struct Tweet {}Fields§
§id: u128§id_str: String§created_at: String§created_at_ts: i64§user: User§full_text: String§images: Vec<String>§links: Vec<String>§retweet: bool§reply: bool§quote: bool§pinned: bool§stats: StatsTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Tweet
impl Send for Tweet
impl Sync for Tweet
impl Unpin for Tweet
impl UnwindSafe for Tweet
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