Struct vkrs::stats::PostReach [] [src]

pub struct PostReach {
    pub reach_subscribers: u32,
    pub reach_total: u32,
    pub links: u32,
    pub to_group: u32,
    pub join_group: u32,
    pub report: u32,
    pub hide: u32,
    pub unsubscribe: u32,
}

Fields

Trait Implementations

impl Clone for PostReach
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for PostReach
[src]

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

Formats the value using the given formatter.