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
id: Id
thumb_id: Id
owner_id: OwnerId
title: String
description: String
created: Timestamp
updated: Timestamp
privacy: u32
comment_privacy: u32
size: u32
thumb_is_last: Bool
can_upload: Bool
sizes: Vec<Thumb>
thumb_src: Option<String>
kind: Option<String>
Trait Implementations
impl Eq for Album[src]
impl PartialEq for Album[src]
fn eq(&self, __arg_0: &Album) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Album) -> bool
This method tests for !=.