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
VerifiedBlacklistedSexBirthdateCityCountryHomeTownPhoto50Photo100Photo200OrigPhoto200Photo400OrigPhotoMaxPhotoMaxOrigOnlineListsDomainHasMobileContactsSiteEducationUniversitiesSchoolsStatusLastSeenFollowersCountCommonCountCountersOccupationNicknameRelativesRelationPersonalConnectionsExportsWallCommentsActivitiesInterestsMusicMoviesTvShowsBooksGamesAboutQuotesCanPostCanSeeAllPostsCanSeeAudioCanWritePrivateMessageTimezoneScreenNameTrait Implementations
impl Copy for UserOptionField[src]
impl Clone for UserOptionField[src]
fn clone(&self) -> UserOptionField
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for UserOptionField[src]
fn eq(&self, __arg_0: &UserOptionField) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for UserOptionField[src]
impl Debug for UserOptionField[src]
impl AsRef<str> for UserOptionField[src]
impl FromStr for UserOptionField[src]
type Err = ()
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<UserOptionField, ()>
Parses a string s to return a value of this type. Read more
impl Deserialize for UserOptionField[src]
fn deserialize<D: Deserializer>(d: &mut D) -> Result<UserOptionField, D::Error>
Deserialize this value given this Deserializer.