Struct google_partners2::ExamToken[][src]

pub struct ExamToken {
    pub exam_type: Option<String>,
    pub token: Option<String>,
    pub exam_id: Option<String>,
}

A token that allows a user to take an exam.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The type of the exam the token belongs to.

The token, only present if the user has access to the exam.

The id of the exam the token is for.

Trait Implementations

impl Default for ExamToken
[src]

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

impl Clone for ExamToken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExamToken
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ExamToken
[src]

Auto Trait Implementations

impl Send for ExamToken

impl Sync for ExamToken