1 2 3 4 5 6
#[derive(sqlx::FromRow, Clone)] pub struct ShellCommand { pub name: String, pub command_text: String, pub description: String, }