Struct vkrs::video::Video [] [src]

pub struct Video {
    pub id: Id,
    pub owner_id: OwnerId,
    pub album_id: Option<Id>,
    pub user_id: Option<Id>,
    pub title: String,
    pub duration: Duration,
    pub description: String,
    pub date: Timestamp,
    pub views: u32,
    pub comments: u32,
    pub photo_130: String,
    pub photo_320: String,
    pub photo_640: Option<String>,
    pub photo_800: Option<String>,
    pub adding_date: Option<Timestamp>,
    pub player: String,
    pub can_add: Bool,
    pub can_edit: Bool,
    pub can_report: Bool,
    pub can_comment: Bool,
    pub converting: Bool,
    pub repeat: Bool,
    pub files: Option<VideoFiles>,
    pub likes: Option<LikesCount>,
    pub placer_id: Option<Id>,
    pub tag_created: Option<Timestamp>,
    pub tag_id: Option<Id>,
}

Fields

Trait Implementations

impl Eq for Video
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Video
[src]

Formats the value using the given formatter.