Struct vkrs::account::ChangedProfileInfo [] [src]

pub struct ChangedProfileInfo {
    pub changed: Bool,
    pub name_request: Option<NameChangeRequest>,
}

Fields

Trait Implementations

impl Clone for ChangedProfileInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ChangedProfileInfo
[src]

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

Formats the value using the given formatter.