pub struct DeleteProjectMembership { /* private fields */ }
Expand description
The endpoint to delete a membership in a Redmine project
Implementations§
source§impl DeleteProjectMembership
impl DeleteProjectMembership
sourcepub fn builder() -> DeleteProjectMembershipBuilder
pub fn builder() -> DeleteProjectMembershipBuilder
Create a builder for the endpoint.
Trait Implementations§
source§impl Debug for DeleteProjectMembership
impl Debug for DeleteProjectMembership
source§impl Endpoint for DeleteProjectMembership
impl Endpoint for DeleteProjectMembership
source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
Auto Trait Implementations§
impl Freeze for DeleteProjectMembership
impl RefUnwindSafe for DeleteProjectMembership
impl Send for DeleteProjectMembership
impl Sync for DeleteProjectMembership
impl Unpin for DeleteProjectMembership
impl UnwindSafe for DeleteProjectMembership
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