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