Struct redmine_api::api::queries::ListQueries
source · [−]pub struct ListQueries {}
Expand description
The endpoint to retrieve all queries visible to the current user
to actualy use them pass the query_id to the ListIssues endpoint
Implementations
Create a builder for the endpoint.
Trait Implementations
Query parameters for the endpoint.
returns the name of the key in the response that contains the list of results
Auto Trait Implementations
impl RefUnwindSafe for ListQueries
impl Send for ListQueries
impl Sync for ListQueries
impl Unpin for ListQueries
impl UnwindSafe for ListQueries
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more