Struct vkrs::photos::SavedPhoto [] [src]

pub struct SavedPhoto {
    pub hash: String,
    pub src: String,
    pub src_big: Option<String>,
    pub src_small: Option<String>,
}

Fields

Trait Implementations

impl Eq for SavedPhoto
[src]

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

Formats the value using the given formatter.