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