Struct redmine_api::api::versions::UpdateVersion
source · pub struct UpdateVersion<'a> { /* private fields */ }
Expand description
The endpoint to update an existing Redmine project version
Implementations§
source§impl<'a> UpdateVersion<'a>
impl<'a> UpdateVersion<'a>
sourcepub fn builder() -> UpdateVersionBuilder<'a>
pub fn builder() -> UpdateVersionBuilder<'a>
Create a builder for the endpoint.
Trait Implementations§
source§impl<'a> Clone for UpdateVersion<'a>
impl<'a> Clone for UpdateVersion<'a>
source§fn clone(&self) -> UpdateVersion<'a>
fn clone(&self) -> UpdateVersion<'a>
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<'a> Debug for UpdateVersion<'a>
impl<'a> Debug for UpdateVersion<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for UpdateVersion<'a>
impl<'a> Send for UpdateVersion<'a>
impl<'a> Sync for UpdateVersion<'a>
impl<'a> Unpin for UpdateVersion<'a>
impl<'a> UnwindSafe for UpdateVersion<'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