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> Clone for ListProjectMemberships<'a>
impl<'a> Clone for ListProjectMemberships<'a>
Source§fn clone(&self) -> ListProjectMemberships<'a>
fn clone(&self) -> ListProjectMemberships<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for ListProjectMemberships<'a>
impl<'a> Debug for ListProjectMemberships<'a>
Source§impl Endpoint for ListProjectMemberships<'_>
impl Endpoint for ListProjectMemberships<'_>
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
Source§impl Pageable for ListProjectMemberships<'_>
impl Pageable for ListProjectMemberships<'_>
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 ReturnsJsonResponse for ListProjectMemberships<'_>
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