Struct vkrs::photos::Photo [] [src]

pub struct Photo {
    pub id: Id,
    pub album_id: Id,
    pub owner_id: OwnerId,
    pub user_id: Id,
    pub width: u16,
    pub height: u16,
    pub text: String,
    pub date: Timestamp,
    pub sizes: Vec<Thumb>,
    pub placer_id: Id,
    pub tag_id: Id,
    pub tag_created: Timestamp,
}

Fields

Trait Implementations

impl Eq for Photo
[src]

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

Formats the value using the given formatter.