Struct google_partners2::ExamStatus[][src]

pub struct ExamStatus {
    pub exam_type: Option<String>,
    pub warning: Option<bool>,
    pub expiration: Option<String>,
    pub passed: Option<bool>,
    pub taken: Option<String>,
    pub last_passed: Option<String>,
}

A user's information on a specific exam.

This type is not used in any activity, and only used as part of another schema.

Fields

The type of the exam.

Whether this exam is in the state of warning.

Date this exam is due to expire.

Whether this exam has been passed and not expired.

The date the user last taken this exam.

The date the user last passed this exam.

Trait Implementations

impl Default for ExamStatus
[src]

Returns the "default value" for a type. Read more

impl Clone for ExamStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExamStatus
[src]

Formats the value using the given formatter. Read more

impl Part for ExamStatus
[src]

Auto Trait Implementations

impl Send for ExamStatus

impl Sync for ExamStatus