Skip to content

Instantly share code, notes, and snippets.

@dunnock
Created March 1, 2020 11:32
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