Struct foursquare::venue::Recommendation [] [src]

pub struct Recommendation {
    pub display_type: String,
    pub venue: Venue,
    pub photo: Option<PhotoItem>,
}

Fields

Trait Implementations

impl Debug for Recommendation
[src]

[src]

Formats the value using the given formatter.