Enum modio::games::TagType[][src]

pub enum TagType {
    Checkboxes,
    Dropdown,
}

Variants

Trait Implementations

impl Debug for TagType
[src]

Formats the value using the given formatter. Read more

impl Display for TagType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TagType

impl Sync for TagType