Struct skill_tree::SkillTree[][src]

pub struct SkillTree {
    pub group: Vec<Group>,
    pub cluster: Option<Vec<Cluster>>,
    pub graphviz: Option<Graphviz>,
    pub doc: Option<Doc>,
}

Fields

group: Vec<Group>cluster: Option<Vec<Cluster>>graphviz: Option<Graphviz>doc: Option<Doc>

Implementations

Writes graphviz representing this skill-tree to the given output.

Generates a string containing graphviz content for this skill-tree.

Returns the expected column titles for each item (excluding the label).

Translates an “input” into an emoji, returning “input” if not found.

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.