Struct redmine_api::api::projects::ListProjects
source · [−]pub struct ListProjects { /* private fields */ }
Expand description
The endpoint for all Redmine projects
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 ListProjects
impl Send for ListProjects
impl Sync for ListProjects
impl Unpin for ListProjects
impl UnwindSafe for ListProjects
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