Enum twitter_stream::list::Mode [] [src]

pub enum Mode {
    Public,
    Private,
    Custom(String),
}

Represents mode field of List.

Variants

Trait Implementations

impl Clone for Mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Mode
[src]

Formats the value using the given formatter.

impl Deserialize for Mode
[src]

Deserialize this value from the given Serde deserializer. Read more

impl AsRef<str> for Mode
[src]

Performs the conversion.

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

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Eq for Mode
[src]