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
table_names: Vec<Cow<'a, str>>
Trait Implementations
impl<'a> Clone for GetCertificateResponse<'a>
[src]
fn clone(&self) -> GetCertificateResponse<'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 GetCertificateResponse<'a>
[src]
impl<'a> PartialEq for GetCertificateResponse<'a>
[src]
fn eq(&self, __arg_0: &GetCertificateResponse<'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: &GetCertificateResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for GetCertificateResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Network.getCertificate"