Struct cdp::tracing::GetCategoriesResponse
[−]
[src]
pub struct GetCategoriesResponse<'a> { pub categories: Vec<Cow<'a, str>>, }
[Experimental] Gets supported tracing categories.
Command Tracing.getCategories
Domain Module: cdp::tracing
Command Struct: cdp::tracing::GetCategoriesCommand
Response Struct: cdp::tracing::GetCategoriesResponse
Fields
categories: Vec<Cow<'a, str>>
A list of supported tracing categories.
Trait Implementations
impl<'a> Clone for GetCategoriesResponse<'a>
[src]
fn clone(&self) -> GetCategoriesResponse<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'a> Debug for GetCategoriesResponse<'a>
[src]
impl<'a> PartialEq for GetCategoriesResponse<'a>
[src]
fn eq(&self, __arg_0: &GetCategoriesResponse<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &GetCategoriesResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for GetCategoriesResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Tracing.getCategories"