Skip to content

Instantly share code, notes, and snippets.

@dunnock
Created March 1, 2020 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dunnock/597c4145b8fb11e9b545a429dde6b150 to your computer and use it in GitHub Desktop.
Save dunnock/597c4145b8fb11e9b545a429dde6b150 to your computer and use it in GitHub Desktop.
actix-node-benchmark: GetTasksQuery Rust definition
#[derive(Deserialize)]
pub struct GetTasksQuery {
pub summary: Option<String>,
pub assignee_name: Option<String>,
pub limit: Option<u32>,
pub full: Option<bool>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment