Struct redmine_api::api::project_memberships::GetProjectMembership
source · [−]pub struct GetProjectMembership { /* private fields */ }Expand description
The endpoint for a specific Redmine project membership
Implementations
sourceimpl GetProjectMembership
impl GetProjectMembership
sourcepub fn builder() -> GetProjectMembershipBuilder
pub fn builder() -> GetProjectMembershipBuilder
Create a builder for the endpoint.
Trait Implementations
sourceimpl Debug for GetProjectMembership
impl Debug for GetProjectMembership
sourceimpl Endpoint for GetProjectMembership
impl Endpoint for GetProjectMembership
sourcefn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl ReturnsJsonResponse for GetProjectMembership
Auto Trait Implementations
impl RefUnwindSafe for GetProjectMembership
impl Send for GetProjectMembership
impl Sync for GetProjectMembership
impl Unpin for GetProjectMembership
impl UnwindSafe for GetProjectMembership
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more