Struct cdp::schema::GetDomainsResponse [] [src]

pub struct GetDomainsResponse<'a> {
    pub domains: Vec<Domain<'a>>,
}

Returns supported domains.

Command Schema.getDomains

Domain Module: cdp::schema
Command Struct: cdp::schema::GetDomainsCommand
Response Struct: cdp::schema::GetDomainsResponse

Fields

List of supported domains.

Trait Implementations

impl<'a> Clone for GetDomainsResponse<'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 GetDomainsResponse<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for GetDomainsResponse<'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 GetDomainsResponse<'a>
[src]

COMMAND_NAME: &'static str = "Schema.getDomains"

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