pub struct StopAllWorkers(pub Option<Value>);Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for StopAllWorkers
impl Clone for StopAllWorkers
Source§fn clone(&self) -> StopAllWorkers
fn clone(&self) -> StopAllWorkers
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 StopAllWorkers
impl Debug for StopAllWorkers
Source§impl<'de> Deserialize<'de> for StopAllWorkers
impl<'de> Deserialize<'de> for StopAllWorkers
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 StopAllWorkers
impl Method for StopAllWorkers
const NAME: &'static str = "ServiceWorker.stopAllWorkers"
type ReturnObject = StopAllWorkersReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for StopAllWorkers
impl PartialEq for StopAllWorkers
Source§impl Serialize for StopAllWorkers
impl Serialize for StopAllWorkers
impl StructuralPartialEq for StopAllWorkers
Auto Trait Implementations§
impl Freeze for StopAllWorkers
impl RefUnwindSafe for StopAllWorkers
impl Send for StopAllWorkers
impl Sync for StopAllWorkers
impl Unpin for StopAllWorkers
impl UnwindSafe for StopAllWorkers
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