Struct wolfram_alpha::model::Units [] [src]

pub struct Units {
    pub count: u32,
    pub unit: Vec<Unit>,
    pub img: Img,
}

A series of Unit elements.

Fields

Trait Implementations

impl PartialEq for Units
[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 Units
[src]

impl Debug for Units
[src]

[src]

Formats the value using the given formatter.

impl Clone for Units
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more