Struct foursquare::venue::Group [] [src]

pub struct Group<I> {
    pub name: String,
    pub group_type: String,
    pub count: Option<u64>,
    pub items: Vec<I>,
}

Fields

Trait Implementations

impl<I: Debug> Debug for Group<I>
[src]

[src]

Formats the value using the given formatter.