Struct wolfram_alpha::model::Warnings [] [src]

pub struct Warnings {
    pub count: u32,
    pub spellcheck: Option<Vec<Spellcheck>>,
    pub delimeters: Option<Vec<Delimeters>>,
    pub translation: Option<Vec<Translation>>,
    pub reinterpret: Option<Vec<Reinterpret>>,
}

A series of Warning elements.

Fields

Trait Implementations

impl PartialEq for Warnings
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Warnings
[src]

impl Debug for Warnings
[src]

[src]

Formats the value using the given formatter.

impl Clone for Warnings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more