pub struct StopWorkerBuilder { /* private fields */ }Expand description
Builder for StopWorker.
Implementations§
Source§impl StopWorkerBuilder
impl StopWorkerBuilder
pub fn version_id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(&self) -> Result<StopWorker, StopWorkerBuilderError>
pub fn build(&self) -> Result<StopWorker, StopWorkerBuilderError>
Trait Implementations§
Source§impl Clone for StopWorkerBuilder
impl Clone for StopWorkerBuilder
Source§fn clone(&self) -> StopWorkerBuilder
fn clone(&self) -> StopWorkerBuilder
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 moreAuto Trait Implementations§
impl Freeze for StopWorkerBuilder
impl RefUnwindSafe for StopWorkerBuilder
impl Send for StopWorkerBuilder
impl Sync for StopWorkerBuilder
impl Unpin for StopWorkerBuilder
impl UnsafeUnpin for StopWorkerBuilder
impl UnwindSafe for StopWorkerBuilder
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