Struct redmine_api::api::project_memberships::ListProjectMemberships
source · [−]pub struct ListProjectMemberships<'a> { /* private fields */ }
Expand description
The endpoint for all memberships in a Redmine project
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<'a> RefUnwindSafe for ListProjectMemberships<'a>
impl<'a> Send for ListProjectMemberships<'a>
impl<'a> Sync for ListProjectMemberships<'a>
impl<'a> Unpin for ListProjectMemberships<'a>
impl<'a> UnwindSafe for ListProjectMemberships<'a>
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