Struct gapi_grpc::google::cloud::iot::v1::X509CertificateDetails[][src]

pub struct X509CertificateDetails {
    pub issuer: String,
    pub subject: String,
    pub start_time: Option<Timestamp>,
    pub expiry_time: Option<Timestamp>,
    pub signature_algorithm: String,
    pub public_key_type: String,
}

Details of an X.509 certificate. For informational purposes only.

Fields

issuer: String

The entity that signed the certificate.

subject: String

The entity the certificate and public key belong to.

start_time: Option<Timestamp>

The time the certificate becomes valid.

expiry_time: Option<Timestamp>

The time the certificate becomes invalid.

signature_algorithm: String

The algorithm used to sign the certificate.

public_key_type: String

The type of public key in the certificate.

Trait Implementations

impl Clone for X509CertificateDetails[src]

impl Debug for X509CertificateDetails[src]

impl Default for X509CertificateDetails[src]

impl Message for X509CertificateDetails[src]

impl PartialEq<X509CertificateDetails> for X509CertificateDetails[src]

impl StructuralPartialEq for X509CertificateDetails[src]

Auto Trait Implementations

impl RefUnwindSafe for X509CertificateDetails

impl Send for X509CertificateDetails

impl Sync for X509CertificateDetails

impl Unpin for X509CertificateDetails

impl UnwindSafe for X509CertificateDetails

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]