Struct wolfram_alpha::model::Notes [] [src]

pub struct Notes {
    pub count: u32,
    pub note: Vec<Note>,
}

A series of Note attributes.

Fields

Trait Implementations

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

impl Debug for Notes
[src]

[src]

Formats the value using the given formatter.

impl Clone for Notes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more