Struct cdp::network::GetCertificateResponse [] [src]

pub struct GetCertificateResponse<'a> {
    pub table_names: Vec<Cow<'a, str>>,
}

[Experimental] Returns the DER-encoded certificate.

Command Network.getCertificate

Domain Module: cdp::network
Command Struct: cdp::network::GetCertificateCommand
Response Struct: cdp::network::GetCertificateResponse

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Network.getCertificate"

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