pub struct UpdateProject<'a> { /* private fields */ }
Expand description
The endpoint to update an existing Redmine project
Implementations§
Source§impl<'a> UpdateProject<'a>
impl<'a> UpdateProject<'a>
Sourcepub fn builder() -> UpdateProjectBuilder<'a>
pub fn builder() -> UpdateProjectBuilder<'a>
Create a builder for the endpoint.
Trait Implementations§
Source§impl<'a> Clone for UpdateProject<'a>
impl<'a> Clone for UpdateProject<'a>
Source§fn clone(&self) -> UpdateProject<'a>
fn clone(&self) -> UpdateProject<'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 UpdateProject<'a>
impl<'a> Debug for UpdateProject<'a>
Auto Trait Implementations§
impl<'a> Freeze for UpdateProject<'a>
impl<'a> RefUnwindSafe for UpdateProject<'a>
impl<'a> Send for UpdateProject<'a>
impl<'a> Sync for UpdateProject<'a>
impl<'a> Unpin for UpdateProject<'a>
impl<'a> UnwindSafe for UpdateProject<'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