Struct twitter_stream_message::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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Delete
[src]

impl Debug for Delete
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Delete
[src]

impl PartialEq for Delete
[src]

[src]

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

[src]

This method tests for !=.

impl Hash for Delete
[src]

[src]

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

1.3.0
[src]

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

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

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Delete

impl Sync for Delete