Struct google_jobs3::SpellingCorrection[][src]

pub struct SpellingCorrection {
    pub corrected: Option<bool>,
    pub corrected_text: Option<String>,
}

Output only.

Spell check result.

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

Fields

Indicates if the query was corrected by the spell checker.

Correction output consisting of the corrected keyword string.

Trait Implementations

impl Default for SpellingCorrection
[src]

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

impl Clone for SpellingCorrection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SpellingCorrection
[src]

Formats the value using the given formatter. Read more

impl Part for SpellingCorrection
[src]

Auto Trait Implementations