Struct wasmtime_cli_flags::DebugOptions
source · pub struct DebugOptions {
pub debug_info: Option<bool>,
pub address_map: Option<bool>,
pub logging: Option<bool>,
pub log_to_files: Option<bool>,
pub coredump: Option<String>,
}
Fields§
§debug_info: Option<bool>
§address_map: Option<bool>
§logging: Option<bool>
§log_to_files: Option<bool>
§coredump: Option<String>
Trait Implementations§
source§impl Clone for DebugOptions
impl Clone for DebugOptions
source§fn clone(&self) -> DebugOptions
fn clone(&self) -> DebugOptions
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 DebugOptions
impl Debug for DebugOptions
source§impl Default for DebugOptions
impl Default for DebugOptions
source§fn default() -> DebugOptions
fn default() -> DebugOptions
Returns the “default value” for a type. Read more
source§impl PartialEq for DebugOptions
impl PartialEq for DebugOptions
source§fn eq(&self, other: &DebugOptions) -> bool
fn eq(&self, other: &DebugOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DebugOptions
Auto Trait Implementations§
impl RefUnwindSafe for DebugOptions
impl Send for DebugOptions
impl Sync for DebugOptions
impl Unpin for DebugOptions
impl UnwindSafe for DebugOptions
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