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 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
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