Struct gapi_grpc::google::cloud::talent::v4beta1::Certification [−][src]
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 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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,