Struct vkrs::account::ProfileInfo [] [src]

pub struct ProfileInfo {
    pub first_name: String,
    pub last_name: String,
    pub maiden_name: String,
    pub sex: Sex,
    pub relation: Relation,
    pub relation_partner: User,
    pub relation_pending: Bool,
    pub relation_requests: Vec<User>,
    pub bdate: String,
    pub bdate_visibility: BirthdateVisibility,
    pub home_town: String,
    pub country: GeoInfo,
    pub city: GeoInfo,
    pub name_request: Option<NameChangeRequest>,
}

Fields

Trait Implementations

impl Clone for ProfileInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ProfileInfo
[src]

impl PartialEq for ProfileInfo
[src]

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

This method tests for !=.

impl Debug for ProfileInfo
[src]

Formats the value using the given formatter.