pub enum Crime {
Show 40 variants
Assault,
Murder,
Piracy,
Interdiction,
IllegalCargo,
DisobeyPolice,
FireInNoFireZone,
FireInStation,
DumpingDangerous,
DumpingNearStation,
RecklessWeaponsDischarge,
PassengerWanted,
ShuttleDestruction,
MinorBlockingAirlock,
MayorBlockingAirlock,
MinorBlockingLandingPad,
MajorBlockingLandingPad,
MinorTrespass,
MajorTrespass,
CollidedAtSpeedInNoFireZone,
CollidedAtSpeedInNoFireZoneHullDamage,
OnFootIdentityTheftCaught,
OnFootMurder,
OnFootIdentityTheft,
OnFootRecklessEndangerment,
OnFootTrespassing,
OnFootDetectionOfWeapon,
OnFootFailureToSubmitToPolice,
OnFootCarryingIllegalGoods,
OnFootArcCutterUse,
OnFootBreakingAndEntering,
OnFootCarryingIllegalData,
OnFootCarryingStolenGoods,
OnFootDamagingDefences,
OnFootDataTransfer,
OnFootEBreachUse,
OnFootOverchargeIntent,
OnFootOverchargedPort,
OnFootTheft,
OnFootPropertyTheft,
}
Expand description
The kind of crime that can be committed.
Variants§
Assault
Murder
Piracy
Interdiction
IllegalCargo
DisobeyPolice
FireInNoFireZone
FireInStation
DumpingDangerous
DumpingNearStation
RecklessWeaponsDischarge
PassengerWanted
ShuttleDestruction
MinorBlockingAirlock
MayorBlockingAirlock
MinorBlockingLandingPad
MajorBlockingLandingPad
MinorTrespass
MajorTrespass
CollidedAtSpeedInNoFireZone
CollidedAtSpeedInNoFireZoneHullDamage
OnFootIdentityTheftCaught
OnFootMurder
OnFootIdentityTheft
OnFootRecklessEndangerment
OnFootTrespassing
OnFootDetectionOfWeapon
OnFootFailureToSubmitToPolice
OnFootCarryingIllegalGoods
OnFootArcCutterUse
OnFootBreakingAndEntering
OnFootCarryingIllegalData
OnFootCarryingStolenGoods
OnFootDamagingDefences
OnFootDataTransfer
OnFootEBreachUse
OnFootOverchargeIntent
OnFootOverchargedPort
OnFootTheft
OnFootPropertyTheft
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Crime
impl<'de> Deserialize<'de> for Crime
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Crime
Auto Trait Implementations§
impl Freeze for Crime
impl RefUnwindSafe for Crime
impl Send for Crime
impl Sync for Crime
impl Unpin for Crime
impl UnwindSafe for Crime
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