Struct gapi_grpc::google::cloud::security::privateca::v1beta1::Subject[][src]

pub struct Subject {
    pub country_code: String,
    pub organization: String,
    pub organizational_unit: String,
    pub locality: String,
    pub province: String,
    pub street_address: String,
    pub postal_code: String,
}

[Subject][google.cloud.security.privateca.v1beta1.Subject] describes parts of a distinguished name that, in turn, describes the subject of the certificate.

Fields

country_code: String

The country code of the subject.

organization: String

The organization of the subject.

organizational_unit: String

The organizational_unit of the subject.

locality: String

The locality or city of the subject.

province: String

The province, territory, or regional state of the subject.

street_address: String

The street address of the subject.

postal_code: String

The postal code of the subject.

Trait Implementations

impl Clone for Subject[src]

impl Debug for Subject[src]

impl Default for Subject[src]

impl Message for Subject[src]

impl PartialEq<Subject> for Subject[src]

impl StructuralPartialEq for Subject[src]

Auto Trait Implementations

impl RefUnwindSafe for Subject

impl Send for Subject

impl Sync for Subject

impl Unpin for Subject

impl UnwindSafe for Subject

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]