pub struct Prefs__js {
Show 18 fields pub asmjs: Prefs__js__asmjs, pub asyncstack: Prefs__js__asyncstack, pub baseline_interpreter: Prefs__js__baseline_interpreter, pub baseline_jit: Prefs__js__baseline_jit, pub discard_system_source: Prefs__js__discard_system_source, pub dump_stack_on_debuggee_would_run: Prefs__js__dump_stack_on_debuggee_would_run, pub ion: Prefs__js__ion, pub mem: Prefs__js__mem, pub native_regex: Prefs__js__native_regex, pub offthread_compilation: Prefs__js__offthread_compilation, pub parallel_parsing: Prefs__js__parallel_parsing, pub shared_memory: Prefs__js__shared_memory, pub strict: Prefs__js__strict, pub throw_on_asmjs_validation_failure: Prefs__js__throw_on_asmjs_validation_failure, pub throw_on_debuggee_would_run: Prefs__js__throw_on_debuggee_would_run, pub timers: Prefs__js__timers, pub wasm: Prefs__js__wasm, pub werror: Prefs__js__werror,
}

Fields§

§asmjs: Prefs__js__asmjs§asyncstack: Prefs__js__asyncstack§baseline_interpreter: Prefs__js__baseline_interpreter§baseline_jit: Prefs__js__baseline_jit§discard_system_source: Prefs__js__discard_system_source§dump_stack_on_debuggee_would_run: Prefs__js__dump_stack_on_debuggee_would_run§ion: Prefs__js__ion§mem: Prefs__js__mem§native_regex: Prefs__js__native_regex§offthread_compilation: Prefs__js__offthread_compilation§parallel_parsing: Prefs__js__parallel_parsing§shared_memory: Prefs__js__shared_memory§strict: Prefs__js__strict§throw_on_asmjs_validation_failure: Prefs__js__throw_on_asmjs_validation_failure§throw_on_debuggee_would_run: Prefs__js__throw_on_debuggee_would_run§timers: Prefs__js__timers§wasm: Prefs__js__wasm§werror: Prefs__js__werror

Trait Implementations§

source§

impl Clone for Prefs__js

source§

fn clone(&self) -> Prefs__js

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Prefs__js

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Prefs__js

source§

fn default() -> Prefs__js

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Prefs__js

source§

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 PartialEq<Prefs__js> for Prefs__js

source§

fn eq(&self, other: &Prefs__js) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Prefs__js

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl StructuralPartialEq for Prefs__js

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<V, T> VZip<V> for Twhere V: MultiLane<T>,

source§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for Twhere T: for<'de> Deserialize<'de>,