Struct twitter_api::Tweet [−][src]
Fields
created_at: String
text: String
Methods
impl Tweet[src]
impl TweetTrait Implementations
impl Clone for Tweet[src]
impl Clone for Tweetfn clone(&self) -> Tweet[src]
fn clone(&self) -> TweetReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Tweet[src]
impl Debug for Tweet