pub struct RemoveWatcher { /* private fields */ }
Expand description
The endpoint to remove a Redmine user from a Redmine issue as a watcher
Implementations§
Source§impl RemoveWatcher
impl RemoveWatcher
Sourcepub fn builder() -> RemoveWatcherBuilder
pub fn builder() -> RemoveWatcherBuilder
Create a builder for the endpoint.
Trait Implementations§
Source§impl Clone for RemoveWatcher
impl Clone for RemoveWatcher
Source§fn clone(&self) -> RemoveWatcher
fn clone(&self) -> RemoveWatcher
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 Debug for RemoveWatcher
impl Debug for RemoveWatcher
Source§impl Endpoint for RemoveWatcher
impl Endpoint for RemoveWatcher
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
Auto Trait Implementations§
impl Freeze for RemoveWatcher
impl RefUnwindSafe for RemoveWatcher
impl Send for RemoveWatcher
impl Sync for RemoveWatcher
impl Unpin for RemoveWatcher
impl UnwindSafe for RemoveWatcher
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