pub struct ListProjectMemberships<'a> { /* private fields */ }
Expand description
The endpoint for all memberships in a Redmine project
Implementations§
source§impl<'a> ListProjectMemberships<'a>
impl<'a> ListProjectMemberships<'a>
sourcepub fn builder() -> ListProjectMembershipsBuilder<'a>
pub fn builder() -> ListProjectMembershipsBuilder<'a>
Create a builder for the endpoint.
Trait Implementations§
source§impl<'a> Debug for ListProjectMemberships<'a>
impl<'a> Debug for ListProjectMemberships<'a>
source§impl<'a> Endpoint for ListProjectMemberships<'a>
impl<'a> Endpoint for ListProjectMemberships<'a>
source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
source§impl<'a> Pageable for ListProjectMemberships<'a>
impl<'a> Pageable for ListProjectMemberships<'a>
source§fn response_wrapper_key(&self) -> String
fn response_wrapper_key(&self) -> String
returns the name of the key in the response that contains the list of results
impl<'a> ReturnsJsonResponse for ListProjectMemberships<'a>
Auto Trait Implementations§
impl<'a> Freeze for ListProjectMemberships<'a>
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more