pub struct LuaDebugAdapterStartProfileParams {
pub show_hook_events: bool,
}Expand description
Start recording profiler timings. If there is a previous recording session running, it will be stopped first.
Fields§
§show_hook_events: boolInclude events to indicate time spent in hooks
Trait Implementations§
Source§impl Clone for LuaDebugAdapterStartProfileParams
impl Clone for LuaDebugAdapterStartProfileParams
Source§fn clone(&self) -> LuaDebugAdapterStartProfileParams
fn clone(&self) -> LuaDebugAdapterStartProfileParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for LuaDebugAdapterStartProfileParams
impl Default for LuaDebugAdapterStartProfileParams
Source§fn default() -> LuaDebugAdapterStartProfileParams
fn default() -> LuaDebugAdapterStartProfileParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LuaDebugAdapterStartProfileParams
impl RefUnwindSafe for LuaDebugAdapterStartProfileParams
impl Send for LuaDebugAdapterStartProfileParams
impl Sync for LuaDebugAdapterStartProfileParams
impl Unpin for LuaDebugAdapterStartProfileParams
impl UnsafeUnpin for LuaDebugAdapterStartProfileParams
impl UnwindSafe for LuaDebugAdapterStartProfileParams
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