Enum imperator_save::Encoding [−][src]
pub enum Encoding {
Debug,
Standard,
}Describes the format of the save before decoding
Variants
Save had been generated by the game started with -debug_mode
A standard ironman or normal save
Trait Implementations
impl StructuralPartialEq for Encoding[src]
impl StructuralPartialEq for Encoding[src]Auto Trait Implementations
impl RefUnwindSafe for Encoding
impl RefUnwindSafe for Encodingimpl UnwindSafe for Encoding
impl UnwindSafe for Encoding