Struct owapi::v3::blob::FullData [] [src]

pub struct FullData {
    pub eu: RegionalData,
    pub us: RegionalData,
    pub kr: RegionalData,
}

Data for all regions.

Fields

Data for Europe.

Data for the U.S.

Data for Korea.

Trait Implementations

impl Debug for FullData
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FullData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for FullData
[src]

[src]

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

[src]

This method tests for !=.