Struct test_cert_gen::CertAndPrivateKey [−][src]
pub struct CertAndPrivateKey {
pub cert: Cert,
pub key: PrivateKey,
}Fields
cert: Certkey: PrivateKeyImplementations
Incorrect because key is serialized incorrectly
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CertAndPrivateKey
impl Send for CertAndPrivateKey
impl Sync for CertAndPrivateKey
impl Unpin for CertAndPrivateKey
impl UnwindSafe for CertAndPrivateKey
Blanket Implementations
Mutably borrows from an owned value. Read more