Enum vkrs::users::UserOptionField [] [src]

pub enum UserOptionField {
    Verified,
    Blacklisted,
    Sex,
    Birthdate,
    City,
    Country,
    HomeTown,
    Photo50,
    Photo100,
    Photo200Orig,
    Photo200,
    Photo400Orig,
    PhotoMax,
    PhotoMaxOrig,
    Online,
    Lists,
    Domain,
    HasMobile,
    Contacts,
    Site,
    Education,
    Universities,
    Schools,
    Status,
    LastSeen,
    FollowersCount,
    CommonCount,
    Counters,
    Occupation,
    Nickname,
    Relatives,
    Relation,
    Personal,
    Connections,
    Exports,
    WallComments,
    Activities,
    Interests,
    Music,
    Movies,
    TvShows,
    Books,
    Games,
    About,
    Quotes,
    CanPost,
    CanSeeAllPosts,
    CanSeeAudio,
    CanWritePrivateMessage,
    Timezone,
    ScreenName,
}

Variants

Trait Implementations

impl Copy for UserOptionField
[src]

impl Clone for UserOptionField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for UserOptionField
[src]

Formats the value using the given formatter.

impl AsRef<str> for UserOptionField
[src]

Performs the conversion.

impl FromStr for UserOptionField
[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 UserOptionField
[src]

Deserialize this value given this Deserializer.