Struct davincibot::idea::Idea[][src]

pub struct Idea {
    pub id: i64,
    pub name: String,
    pub description: String,
    pub tags: Vec<String>,
    pub parent_id: Option<i64>,
    pub child_ids: Vec<i64>,
}

Fields

Trait Implementations

impl Debug for Idea
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Idea

impl Sync for Idea