Struct twitter_stream::message::ScrubGeo [] [src]

pub struct ScrubGeo {
    pub user_id: UserId,
    pub up_to_status_id: StatusId,
}

Represents a range of Tweets whose geolocated data must be stripped.

Fields

Trait Implementations

impl Clone for ScrubGeo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ScrubGeo
[src]

impl Debug for ScrubGeo
[src]

Formats the value using the given formatter.

impl Eq for ScrubGeo
[src]

impl PartialEq for ScrubGeo
[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 ScrubGeo
[src]

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

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