pub struct TraceViewerConfig {
pub port: u16,
pub open_browser: bool,
}Expand description
Configuration for the trace viewer server.
Fields§
§port: u16Port to serve on (0 = auto-select).
open_browser: boolWhether to open browser automatically.
Trait Implementations§
Source§impl Debug for TraceViewerConfig
impl Debug for TraceViewerConfig
Auto Trait Implementations§
impl Freeze for TraceViewerConfig
impl RefUnwindSafe for TraceViewerConfig
impl Send for TraceViewerConfig
impl Sync for TraceViewerConfig
impl Unpin for TraceViewerConfig
impl UnsafeUnpin for TraceViewerConfig
impl UnwindSafe for TraceViewerConfig
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