Enum vkrs::stats::DemoAgeRange [] [src]

pub enum DemoAgeRange {
    _12_18,
    _18_21,
    _21_24,
    _24_27,
    _27_30,
    _30_35,
    _35_45,
    _45_100,
}

Variants

Trait Implementations

impl Copy for DemoAgeRange
[src]

impl Clone for DemoAgeRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DemoAgeRange
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DemoAgeRange
[src]

impl Debug for DemoAgeRange
[src]

Formats the value using the given formatter.

impl AsRef<str> for DemoAgeRange
[src]

Performs the conversion.

impl FromStr for DemoAgeRange
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Deserialize for DemoAgeRange
[src]

Deserialize this value given this Deserializer.