Struct stpsyr::MapRegion [] [src]

pub struct MapRegion {
    pub province: Province,
    pub sc: bool,
    pub owner: Option<Power>,
    pub home_power: Option<Power>,
    pub unit: Option<Unit>,
    pub fleet_borders: Vec<Province>,
    pub army_borders: Vec<Province>,
}

Fields

Trait Implementations

impl Clone for MapRegion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MapRegion
[src]

Formats the value using the given formatter.

impl PartialEq for MapRegion
[src]

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

This method tests for !=.