Struct twitter_stream::message::Delete [] [src]

pub struct Delete {
    pub id: StatusId,
    pub user_id: UserId,
}

Represents a deleted Tweet.

Fields

Trait Implementations

impl Clone for Delete
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Delete
[src]

impl Debug for Delete
[src]

Formats the value using the given formatter.

impl Eq for Delete
[src]

impl PartialEq for Delete
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Delete
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<'x> Deserialize<'x> for Delete
[src]

Deserialize this value from the given Serde deserializer. Read more