Struct vkrs::account::Info [] [src]

pub struct Info {
    pub country: String,
    pub https_required: Bool,
    pub own_posts_default: Bool,
    pub no_wall_replies: Bool,
    pub intro: u32,
    pub lang: u16,
}

Fields

Trait Implementations

impl Clone for Info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Info
[src]

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

Formats the value using the given formatter.