Enum paradox_typed_db::ext::MissionKind
source · pub enum MissionKind {
Achievement,
Mission,
}
Expand description
The kind of an entry in the Missions
table
Variants§
Achievement
The entry is an achievement (i.e. is active by default)
Mission
The entry is a mission (i.e. has offer & target NPCs)
Trait Implementations§
source§impl Clone for MissionKind
impl Clone for MissionKind
source§fn clone(&self) -> MissionKind
fn clone(&self) -> MissionKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more