pub struct AddWatcher { /* private fields */ }
Expand description
The endpoint to add a Redmine user as a watcher on a Redmine issue
Implementations§
Source§impl AddWatcher
impl AddWatcher
Sourcepub fn builder() -> AddWatcherBuilder
pub fn builder() -> AddWatcherBuilder
Create a builder for the endpoint.
Trait Implementations§
Source§impl Clone for AddWatcher
impl Clone for AddWatcher
Source§fn clone(&self) -> AddWatcher
fn clone(&self) -> AddWatcher
Returns a duplicate 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 AddWatcher
impl Debug for AddWatcher
Auto Trait Implementations§
impl Freeze for AddWatcher
impl RefUnwindSafe for AddWatcher
impl Send for AddWatcher
impl Sync for AddWatcher
impl Unpin for AddWatcher
impl UnwindSafe for AddWatcher
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