[][src]Trait diplomacy::ShortName

pub trait ShortName {
    fn short_name(&self) -> Cow<str>;
}

Format trait for short naming of objects in orders.

Required methods

fn short_name(&self) -> Cow<str>

This method returns the short display name of the object.

Loading content...

Implementors

impl ShortName for UnitType[src]

impl ShortName for Coast[src]

impl ShortName for Province[src]

impl ShortName for ProvinceKey[src]

impl ShortName for Region[src]

impl ShortName for RegionKey[src]

impl ShortName for Nation[src]

Loading content...