Enum vkrs::account::Service [] [src]

pub enum Service {
    Email,
    Phone,
    Twitter,
    Facebook,
    Odnoklassniki,
    Instagram,
    Google,
}

Variants

Trait Implementations

impl Copy for Service
[src]

impl Clone for Service
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Service
[src]

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

This method tests for !=.

impl Eq for Service
[src]

impl Debug for Service
[src]

Formats the value using the given formatter.

impl AsRef<str> for Service
[src]

Performs the conversion.

impl FromStr for Service
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Deserialize for Service
[src]

Deserialize this value given this Deserializer.