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