Struct vkrs::account::Counters [] [src]

pub struct Counters {
    pub friends: usize,
    pub messages: usize,
    pub photos: usize,
    pub videos: usize,
    pub notes: usize,
    pub gifts: usize,
    pub events: usize,
    pub groups: usize,
    pub sdk: usize,
}

Fields

Trait Implementations

impl Copy for Counters
[src]

impl Clone for Counters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Counters
[src]

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

Formats the value using the given formatter.