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
domains: Vec<Domain<'a>>
List of supported domains.
Trait Implementations
impl<'a> Clone for GetDomainsResponse<'a>[src]
fn clone(&self) -> GetDomainsResponse<'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 GetDomainsResponse<'a>[src]
impl<'a> PartialEq for GetDomainsResponse<'a>[src]
fn eq(&self, __arg_0: &GetDomainsResponse<'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: &GetDomainsResponse<'a>) -> bool[src]
This method tests for !=.
impl<'a> CdpCommand for GetDomainsResponse<'a>[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Schema.getDomains"