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