Enum web_sys::WorkerType
source · pub enum WorkerType {
Classic = 0,
Module = 1,
// some variants omitted
}
Expand description
The WorkerType
enum.
This API requires the following crate features to be activated: WorkerType
Variants§
Implementations§
source§impl WorkerType
impl WorkerType
pub fn from_js_value(obj: &JsValue) -> Option<WorkerType>
Trait Implementations§
source§impl Clone for WorkerType
impl Clone for WorkerType
source§fn clone(&self) -> WorkerType
fn clone(&self) -> WorkerType
Returns a copy 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 WorkerType
impl Debug for WorkerType
source§impl From<WorkerType> for JsValue
impl From<WorkerType> for JsValue
source§fn from(obj: WorkerType) -> JsValue
fn from(obj: WorkerType) -> JsValue
Converts to this type from the input type.
source§impl FromWasmAbi for WorkerType
impl FromWasmAbi for WorkerType
source§impl IntoWasmAbi for WorkerType
impl IntoWasmAbi for WorkerType
source§impl OptionFromWasmAbi for WorkerType
impl OptionFromWasmAbi for WorkerType
source§impl OptionIntoWasmAbi for WorkerType
impl OptionIntoWasmAbi for WorkerType
source§impl PartialEq for WorkerType
impl PartialEq for WorkerType
source§fn eq(&self, other: &WorkerType) -> bool
fn eq(&self, other: &WorkerType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WorkerType
impl Eq for WorkerType
impl StructuralEq for WorkerType
impl StructuralPartialEq for WorkerType
Auto Trait Implementations§
impl RefUnwindSafe for WorkerType
impl Send for WorkerType
impl Sync for WorkerType
impl Unpin for WorkerType
impl UnwindSafe for WorkerType
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
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.