Struct stpsyr::Order [] [src]

pub struct Order {
    pub owner: Power,
    pub province: Province,
    pub action: Action,
    pub resolution: bool,
    pub state: OrderState,
    pub id: usize,
}

Fields

Trait Implementations

impl Clone for Order
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Order
[src]

Formats the value using the given formatter.