Struct owapi::v3::blob::FullData
[−]
[src]
pub struct FullData {
pub eu: RegionalData,
pub us: RegionalData,
pub kr: RegionalData,
}Data for all regions.
Fields
eu: RegionalData
Data for Europe.
us: RegionalData
Data for the U.S.
kr: RegionalData
Data for Korea.
Trait Implementations
impl Debug for FullData[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for FullData[src]
fn clone(&self) -> FullData[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more