Struct vkrs::video::Album [] [src]

pub struct Album {
    pub id: Id,
    pub owner_id: OwnerId,
    pub title: String,
    pub count: usize,
    pub updated_time: Timestamp,
    pub photo_130: Option<String>,
    pub photo_160: Option<String>,
    pub photo_320: Option<String>,
    pub photo_640: Option<String>,
    pub photo_800: Option<String>,
    pub is_system: Bool,
    pub can_comment: Bool,
    pub can_repost: Bool,
}

Fields

Trait Implementations

impl Eq for Album
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Album
[src]

Formats the value using the given formatter.