pub struct RemoveWatcherBuilder { /* private fields */ }
Expand description
Builder for RemoveWatcher
.
Implementations§
Source§impl RemoveWatcherBuilder
impl RemoveWatcherBuilder
Sourcepub fn build(&self) -> Result<RemoveWatcher, RemoveWatcherBuilderError>
pub fn build(&self) -> Result<RemoveWatcher, RemoveWatcherBuilderError>
Trait Implementations§
Source§impl Clone for RemoveWatcherBuilder
impl Clone for RemoveWatcherBuilder
Source§fn clone(&self) -> RemoveWatcherBuilder
fn clone(&self) -> RemoveWatcherBuilder
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 moreAuto Trait Implementations§
impl Freeze for RemoveWatcherBuilder
impl RefUnwindSafe for RemoveWatcherBuilder
impl Send for RemoveWatcherBuilder
impl Sync for RemoveWatcherBuilder
impl Unpin for RemoveWatcherBuilder
impl UnwindSafe for RemoveWatcherBuilder
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