Struct gapi_grpc::google::cloud::talent::v4beta1::Certification[][src]

pub struct Certification {
    pub display_name: String,
    pub acquire_date: Option<Date>,
    pub expire_date: Option<Date>,
    pub authority: String,
    pub description: String,
}
[]

Resource that represents a license or certification.

Fields

display_name: String
[]

Name of license or certification.

Number of characters allowed is 100.

acquire_date: Option<Date>
[]

Acquisition date or effective date of license or certification.

expire_date: Option<Date>
[]

Expiration date of license of certification.

authority: String
[]

Authority of license, such as government.

Number of characters allowed is 100.

description: String
[]

Description of license or certification.

Number of characters allowed is 100,000.

Trait Implementations

impl Clone for Certification[src][+]

impl Debug for Certification[src][+]

impl Default for Certification[src][+]

impl Message for Certification[src][+]

impl PartialEq<Certification> for Certification[src][+]

impl StructuralPartialEq for Certification[src]

Auto Trait Implementations

impl RefUnwindSafe for Certification

impl Send for Certification

impl Sync for Certification

impl Unpin for Certification

impl UnwindSafe for Certification

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][+]