Enum foursquare::venue::Feature [] [src]

pub enum Feature {
    TakesCreditCards,
    TakesReservations,
    OffersDelivery,
    OffersTakeOut,
    Wifi,
    OutdoorSeating,
    Liked,
    RecentlyOpened,
    NotChain,
    OnlineReservations,
    DogFriendly,
    ParkingLot,
    HappyHour,
}

Variants

Trait Implementations

impl Debug for Feature
[src]

[src]

Formats the value using the given formatter.

impl Clone for Feature
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for Feature
[src]

[src]

Formats the value using the given formatter. Read more