Struct twitter_api::Tweet[][src]

pub struct Tweet {
    pub created_at: String,
    pub text: String,
}

Fields

Methods

impl Tweet
[src]

Trait Implementations

impl Clone for Tweet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Tweet
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Tweet

impl Sync for Tweet