Struct redmine_api::api::issues::AddWatcher
source · 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 Debug for AddWatcher
impl Debug for AddWatcher
Auto Trait Implementations§
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