pub struct PerProcessOptions {Show 37 fields
pub per_isolate: PerIsolateOptions,
pub title: String,
pub trace_event_categories: String,
pub trace_event_file_pattern: String,
pub v8_thread_pool_size: i64,
pub zero_fill_all_buffers: bool,
pub debug_arraybuffer_allocations: bool,
pub disable_proto: String,
pub node_snapshot: bool,
pub snapshot_blob: String,
pub security_reverts: Vec<String>,
pub print_bash_completion: bool,
pub print_help: bool,
pub print_v8_help: bool,
pub print_version: bool,
pub experimental_sea_config: String,
pub run: String,
pub icu_data_dir: String,
pub openssl_config: String,
pub tls_cipher_list: String,
pub secure_heap: i64,
pub secure_heap_min: i64,
pub ssl_openssl_cert_store: bool,
pub use_openssl_ca: bool,
pub use_system_ca: bool,
pub use_bundled_ca: bool,
pub enable_fips_crypto: bool,
pub force_fips_crypto: bool,
pub openssl_legacy_provider: bool,
pub openssl_shared_config: bool,
pub disable_wasm_trap_handler: bool,
pub report_on_fatalerror: bool,
pub report_compact: bool,
pub report_directory: String,
pub report_filename: String,
pub use_largepages: String,
pub trace_sigint: bool,
}Fields§
§per_isolate: PerIsolateOptions§title: String§trace_event_categories: String§trace_event_file_pattern: String§v8_thread_pool_size: i64§zero_fill_all_buffers: bool§debug_arraybuffer_allocations: bool§disable_proto: String§node_snapshot: bool§snapshot_blob: String§security_reverts: Vec<String>§print_bash_completion: bool§print_help: bool§print_v8_help: bool§print_version: bool§experimental_sea_config: String§run: String§icu_data_dir: String§openssl_config: String§tls_cipher_list: String§secure_heap: i64§secure_heap_min: i64§ssl_openssl_cert_store: bool§use_openssl_ca: bool§use_system_ca: bool§use_bundled_ca: bool§enable_fips_crypto: bool§force_fips_crypto: bool§openssl_legacy_provider: bool§disable_wasm_trap_handler: bool§report_on_fatalerror: bool§report_compact: bool§report_directory: String§report_filename: String§use_largepages: String§trace_sigint: boolImplementations§
Source§impl PerProcessOptions
impl PerProcessOptions
pub fn check_options(&mut self, errors: &mut Vec<String>)
Trait Implementations§
Source§impl Clone for PerProcessOptions
impl Clone for PerProcessOptions
Source§fn clone(&self) -> PerProcessOptions
fn clone(&self) -> PerProcessOptions
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 PerProcessOptions
impl Debug for PerProcessOptions
Auto Trait Implementations§
impl Freeze for PerProcessOptions
impl RefUnwindSafe for PerProcessOptions
impl Send for PerProcessOptions
impl Sync for PerProcessOptions
impl Unpin for PerProcessOptions
impl UnsafeUnpin for PerProcessOptions
impl UnwindSafe for PerProcessOptions
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