Struct cdp::network::GetCertificateCommand [] [src]

pub struct GetCertificateCommand<'a> {
    pub origin: 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

Origin to get certificate for.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

impl<'a> SerializeCdpCommand for GetCertificateCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for GetCertificateCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for GetCertificateCommand<'a>
[src]