Struct geeny_api::models::ThingCertificates
[−]
[src]
pub struct ThingCertificates {
pub ca: String,
pub cert: String,
pub key: String,
}Structure for storing certificates generated for a given Thing
These certificates are used when connecting via MQTT
Fields
ca: String
cert: String
key: String
Trait Implementations
impl Debug for ThingCertificates[src]
impl Clone for ThingCertificates[src]
fn clone(&self) -> ThingCertificates[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 PartialEq for ThingCertificates[src]
fn eq(&self, __arg_0: &ThingCertificates) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ThingCertificates) -> bool[src]
This method tests for !=.