Struct vkrs::photos::Album [] [src]

pub struct Album {
    pub id: Id,
    pub thumb_id: Id,
    pub owner_id: OwnerId,
    pub title: String,
    pub description: String,
    pub created: Timestamp,
    pub updated: Timestamp,
    pub privacy: u32,
    pub comment_privacy: u32,
    pub size: u32,
    pub thumb_is_last: Bool,
    pub can_upload: Bool,
    pub sizes: Vec<Thumb>,
    pub thumb_src: Option<String>,
    pub kind: Option<String>,
}

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

Formats the value using the given formatter.