pub struct StopWorkerParams<'a> { /* private fields */ }Implementations§
Source§impl<'a> StopWorkerParams<'a>
impl<'a> StopWorkerParams<'a>
Sourcepub fn builder(
version_id: impl Into<Cow<'a, str>>,
) -> StopWorkerParamsBuilder<'a>
pub fn builder( version_id: impl Into<Cow<'a, str>>, ) -> StopWorkerParamsBuilder<'a>
Creates a builder for this type with the required parameters:
version_id:
pub fn version_id(&self) -> &str
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for StopWorkerParams<'a>
impl<'a> CdpCommand<'a> for StopWorkerParams<'a>
Source§impl<'a> Clone for StopWorkerParams<'a>
impl<'a> Clone for StopWorkerParams<'a>
Source§fn clone(&self) -> StopWorkerParams<'a>
fn clone(&self) -> StopWorkerParams<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for StopWorkerParams<'a>
impl<'a> Debug for StopWorkerParams<'a>
Source§impl<'a> Default for StopWorkerParams<'a>
impl<'a> Default for StopWorkerParams<'a>
Source§fn default() -> StopWorkerParams<'a>
fn default() -> StopWorkerParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for StopWorkerParams<'a>
impl<'de, 'a> Deserialize<'de> for StopWorkerParams<'a>
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<'a> Freeze for StopWorkerParams<'a>
impl<'a> RefUnwindSafe for StopWorkerParams<'a>
impl<'a> Send for StopWorkerParams<'a>
impl<'a> Sync for StopWorkerParams<'a>
impl<'a> Unpin for StopWorkerParams<'a>
impl<'a> UnsafeUnpin for StopWorkerParams<'a>
impl<'a> UnwindSafe for StopWorkerParams<'a>
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