#[derive(Debug, Clone)] pub struct Exercise { pub id: u16, pub ex_type: String, pub content: String, pub node_id: u32, }