pub struct StopWorkerBuilder { /* private fields */ }Implementations§
Source§impl StopWorkerBuilder
impl StopWorkerBuilder
pub fn version_id(self, version_id: impl Into<String>) -> Self
pub fn build(self) -> Result<StopWorker, String>
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 moreSource§impl Default for StopWorkerBuilder
impl Default for StopWorkerBuilder
Source§fn default() -> StopWorkerBuilder
fn default() -> StopWorkerBuilder
Returns the “default value” for a type. Read more
Auto 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