Struct servo_config::prefs::gen::Prefs__js
source · 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 disable_jit: bool,
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 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
§disable_jit: bool
Whether to disable the jit within SpiderMonkey
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
§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<'de> Deserialize<'de> for Prefs__js
impl<'de> Deserialize<'de> for Prefs__js
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
impl StructuralPartialEq for Prefs__js
Auto Trait Implementations§
impl Freeze for Prefs__js
impl RefUnwindSafe for Prefs__js
impl Send for Prefs__js
impl Sync for Prefs__js
impl Unpin for Prefs__js
impl UnwindSafe for Prefs__js
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert