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

A list of supported tracing categories.

Trait Implementations

impl<'a> Clone for GetCategoriesResponse<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for GetCategoriesResponse<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for GetCategoriesResponse<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'a> CdpCommand for GetCategoriesResponse<'a>
[src]

COMMAND_NAME: &'static str = "Tracing.getCategories"

impl<'a, 'b> HasCdpCommand<'a> for GetCategoriesResponse<'b>
[src]