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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ScrubGeo
[src]

impl Debug for ScrubGeo
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for ScrubGeo
[src]

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

Auto Trait Implementations

impl Send for ScrubGeo

impl Sync for ScrubGeo