Struct foursquare::venue::PhotoItem [] [src]

pub struct PhotoItem {
    pub id: String,
    pub prefix: String,
    pub suffix: String,
    pub width: u16,
    pub height: u16,
    pub user: Option<User>,
    pub visibility: String,
}

venue photo

see this doc for photo url construction

Fields

Trait Implementations

impl Debug for PhotoItem
[src]

[src]

Formats the value using the given formatter.