pub enum DataSet {
BaseGame,
Expansions,
}Expand description
The data set used by a scenario, HD Edition only.
Variants§
BaseGame
The “base” data set, containing Age of Kings and the Age of Conquerors expansion.
Expansions
The “expansions” data set, containing the HD Edition expansions.
Trait Implementations§
impl Copy for DataSet
impl Eq for DataSet
impl StructuralPartialEq for DataSet
Auto Trait Implementations§
impl Freeze for DataSet
impl RefUnwindSafe for DataSet
impl Send for DataSet
impl Sync for DataSet
impl Unpin for DataSet
impl UnwindSafe for DataSet
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more