Struct vkrs::api::LikesCount [] [src]

pub struct LikesCount {
    pub user_likes: u32,
    pub count: u32,
}

Fields

Trait Implementations

impl Clone for LikesCount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LikesCount
[src]

impl Eq for LikesCount
[src]

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

Formats the value using the given formatter.