pub struct StopWorker {
pub version_id: String,
}Fields§
§version_id: StringTrait Implementations§
Source§impl Clone for StopWorker
impl Clone for StopWorker
Source§fn clone(&self) -> StopWorker
fn clone(&self) -> StopWorker
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 Debug for StopWorker
impl Debug for StopWorker
Source§impl<'de> Deserialize<'de> for StopWorker
impl<'de> Deserialize<'de> for StopWorker
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
Source§impl Method for StopWorker
impl Method for StopWorker
const NAME: &'static str = "ServiceWorker.stopWorker"
type ReturnObject = StopWorkerReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for StopWorker
impl PartialEq for StopWorker
Source§impl Serialize for StopWorker
impl Serialize for StopWorker
impl StructuralPartialEq for StopWorker
Auto Trait Implementations§
impl Freeze for StopWorker
impl RefUnwindSafe for StopWorker
impl Send for StopWorker
impl Sync for StopWorker
impl Unpin for StopWorker
impl UnwindSafe for StopWorker
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