Struct vkrs::api::Comment [] [src]

pub struct Comment {
    pub id: Id,
    pub from_id: Id,
    pub date: Timestamp,
    pub text: String,
    pub likes: Option<LikesCount>,
}

Fields

Trait Implementations

impl Eq for Comment
[src]

impl PartialEq for Comment
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Comment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Comment
[src]

Formats the value using the given formatter.