pub struct GetProjectMembership { /* private fields */ }
Expand description
The endpoint for a specific Redmine project membership
Implementations§
Source§impl GetProjectMembership
impl GetProjectMembership
Sourcepub fn builder() -> GetProjectMembershipBuilder
pub fn builder() -> GetProjectMembershipBuilder
Create a builder for the endpoint.
Trait Implementations§
Source§impl Clone for GetProjectMembership
impl Clone for GetProjectMembership
Source§fn clone(&self) -> GetProjectMembership
fn clone(&self) -> GetProjectMembership
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 Debug for GetProjectMembership
impl Debug for GetProjectMembership
Source§impl Endpoint for GetProjectMembership
impl Endpoint for GetProjectMembership
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl ReturnsJsonResponse for GetProjectMembership
Auto Trait Implementations§
impl Freeze for GetProjectMembership
impl RefUnwindSafe for GetProjectMembership
impl Send for GetProjectMembership
impl Sync for GetProjectMembership
impl Unpin for GetProjectMembership
impl UnwindSafe for GetProjectMembership
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