Struct modio::games::TagOption[][src]

pub struct TagOption {
    pub name: String,
    pub kind: TagType,
    pub hidden: bool,
    pub tags: Vec<String>,
}

See the Game Tag Option Object docs for more informations.

Fields

Trait Implementations

impl Debug for TagOption
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TagOption

impl Sync for TagOption