Struct redmine_api::api::issues::RemoveWatcher
source · [−]pub struct RemoveWatcher { /* private fields */ }
Expand description
The endpoint to remove a Redmine user from a Redmine issue as a watcher
Implementations
Create a builder for the endpoint.
Trait Implementations
Query parameters for the endpoint.
Auto Trait Implementations
impl RefUnwindSafe for RemoveWatcher
impl Send for RemoveWatcher
impl Sync for RemoveWatcher
impl Unpin for RemoveWatcher
impl UnwindSafe for RemoveWatcher
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more