Struct google_jobs4::api::ApplicationInfo[][src]

pub struct ApplicationInfo {
    pub emails: Option<Vec<String>>,
    pub instruction: Option<String>,
    pub uris: Option<Vec<String>>,
}
Expand description

Application related details of a job posting.

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

Fields

emails: Option<Vec<String>>

Use this field to specify email address(es) to which resumes or applications can be sent. The maximum number of allowed characters for each entry is 255.

instruction: Option<String>

Use this field to provide instructions, such as “Mail your application to …”, that a candidate can follow to apply for the job. This field accepts and sanitizes HTML input, and also accepts bold, italic, ordered list, and unordered list markup tags. The maximum number of allowed characters is 3,000.

uris: Option<Vec<String>>

Use this URI field to direct an applicant to a website, for example to link to an online application form. The maximum number of allowed characters for each entry is 2,000.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.