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