pub struct StartParams<'a> { /* private fields */ }Expand description
Start trace events collection.
Implementations§
Source§impl<'a> StartParams<'a>
impl<'a> StartParams<'a>
pub fn builder() -> StartParamsBuilder<'a>
pub fn categories(&self) -> Option<&str>
pub fn options(&self) -> Option<&str>
pub fn bufferUsageReportingInterval(&self) -> Option<f64>
pub fn transferMode(&self) -> Option<&str>
pub fn streamFormat(&self) -> Option<&StreamFormat>
pub fn streamCompression(&self) -> Option<&StreamCompression>
pub fn traceConfig(&self) -> Option<&TraceConfig<'a>>
pub fn perfettoConfig(&self) -> Option<&str>
pub fn tracingBackend(&self) -> Option<&TracingBackend>
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for StartParams<'a>
impl<'a> CdpCommand<'a> for StartParams<'a>
Source§impl<'a> Clone for StartParams<'a>
impl<'a> Clone for StartParams<'a>
Source§fn clone(&self) -> StartParams<'a>
fn clone(&self) -> StartParams<'a>
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<'a> Debug for StartParams<'a>
impl<'a> Debug for StartParams<'a>
Source§impl<'a> Default for StartParams<'a>
impl<'a> Default for StartParams<'a>
Source§fn default() -> StartParams<'a>
fn default() -> StartParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for StartParams<'a>
impl<'de, 'a> Deserialize<'de> for StartParams<'a>
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
Auto Trait Implementations§
impl<'a> Freeze for StartParams<'a>
impl<'a> RefUnwindSafe for StartParams<'a>
impl<'a> Send for StartParams<'a>
impl<'a> Sync for StartParams<'a>
impl<'a> Unpin for StartParams<'a>
impl<'a> UnsafeUnpin for StartParams<'a>
impl<'a> UnwindSafe for StartParams<'a>
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