Enum vkrs::stats::DemoCity [] [src]

pub enum DemoCity {
    CityId(Id),
    Other,
}

Variants

Trait Implementations

impl Copy for DemoCity
[src]

impl Clone for DemoCity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for DemoCity
[src]

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

Formats the value using the given formatter.