pub struct Start {
pub categories: Option<String>,
pub options: Option<String>,
pub buffer_usage_reporting_interval: Option<JsFloat>,
pub transfer_mode: Option<StartTransfer_modeOption>,
pub stream_format: Option<StreamFormat>,
pub stream_compression: Option<StreamCompression>,
pub trace_config: Option<TraceConfig>,
pub perfetto_config: Option<String>,
pub tracing_backend: Option<TracingBackend>,
}
Fields§
§categories: Option<String>
§options: Option<String>
§buffer_usage_reporting_interval: Option<JsFloat>
§transfer_mode: Option<StartTransfer_modeOption>
§stream_format: Option<StreamFormat>
§stream_compression: Option<StreamCompression>
§trace_config: Option<TraceConfig>
§perfetto_config: Option<String>
§tracing_backend: Option<TracingBackend>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Start
impl<'de> Deserialize<'de> for Start
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for Start
impl Method for Start
const NAME: &'static str = "Tracing.start"
type ReturnObject = StartReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
impl StructuralPartialEq for Start
Auto Trait Implementations§
impl Freeze for Start
impl RefUnwindSafe for Start
impl Send for Start
impl Sync for Start
impl Unpin for Start
impl UnwindSafe for Start
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