pub enum RepairCompleteRepair {
Show 84 variants
NoRepairsPerformed = 0,
AllRequestedrepairSperformed = 1,
MotorEngine = 10,
Starter = 20,
Alternator = 30,
Generator = 40,
Battery = 50,
EngineCoolantLeak = 60,
FuelFilter = 70,
TransmissionOilLeak = 80,
EngineOilLeak = 90,
Pumps = 100,
DriveTrainFilters = 110,
Transmission = 120,
Brakes = 130,
SuspensionSystem = 140,
OilFilter = 150,
Hull = 1_000,
Airframe = 1_010,
TruckBody = 1_020,
TankBody = 1_030,
TrailerBody = 1_040,
Turret = 1_050,
Propeller = 1_500,
EnvironmentFilters = 1_520,
Wheels = 1_540,
Tire = 1_550,
Track = 1_560,
GunElevationDrive = 2_000,
GunStabilizationSystem = 2_010,
GunnersPrimarySight = 2_020,
CommandersExtensionToTheGPS = 2_030,
LoadingMechanism = 2_040,
GunnersAuxiliarySight = 2_050,
GunnersControlPanel = 2_060,
GunnersControlAssemblyHandle = 2_070,
CommandersControlHandlesAssembly = 2_090,
CommandersWeaponStation = 2_100,
CommandersIndependentThermalViewer = 2_110,
GeneralWeapons = 2_120,
FuelTransferPump = 4_000,
FuelLines = 4_010,
Gauges = 4_020,
GeneralFuelSystem = 4_030,
ElectronicWarfareSystems = 4_500,
DetectionSystems = 4_600,
DetectionSystemsRadioFrequency = 4_610,
DetectionSystemsMicrowave = 4_620,
DetectionSystemsInfrared = 4_630,
DetectionSystemsLaser = 4_640,
RangeFinders = 4_700,
RangeOnlyrAdar = 4_710,
LaserRangeFinder = 4_720,
ElectronicSystems = 4_800,
ElectronicsSystemsRadioFrequency = 4_810,
ElectronicsSystemsMicrowave = 4_820,
ElectronicsSystemsInfrared = 4_830,
ElectronicsSystemsLaser = 4_840,
Radios = 5_000,
CommunicationSystems = 5_010,
Intercoms = 5_100,
Encoders = 5_200,
EncryptionDevices = 5_250,
Decoders = 5_300,
DecryptionDevices = 5_350,
Computers = 5_500,
NavigationAndControlSystems = 6_000,
FireControlSystems = 6_500,
AirSupply = 8_000,
LifeSupportSystemsFilters = 8_010,
WaterSupply = 8_020,
RefrigerationSystem = 8_030,
ChemicalBiologicalAndRadiologicalProtection = 8_040,
WaterWashdownSystems = 8_050,
DecontaminationSystems = 8_060,
Watersupply = 9_000,
Coolingsystem = 9_010,
Winches = 9_020,
Catapults = 9_030,
Cranes = 9_040,
Launchers = 9_050,
Lifeboats = 10_000,
Landingcraft = 10_010,
Ejectionseats = 10_020,
}
Variants§
NoRepairsPerformed = 0
AllRequestedrepairSperformed = 1
MotorEngine = 10
Starter = 20
Alternator = 30
Generator = 40
Battery = 50
EngineCoolantLeak = 60
FuelFilter = 70
TransmissionOilLeak = 80
EngineOilLeak = 90
Pumps = 100
DriveTrainFilters = 110
Transmission = 120
Brakes = 130
SuspensionSystem = 140
OilFilter = 150
Hull = 1_000
Airframe = 1_010
TruckBody = 1_020
TankBody = 1_030
TrailerBody = 1_040
Turret = 1_050
Propeller = 1_500
EnvironmentFilters = 1_520
Wheels = 1_540
Tire = 1_550
Track = 1_560
GunElevationDrive = 2_000
GunStabilizationSystem = 2_010
GunnersPrimarySight = 2_020
CommandersExtensionToTheGPS = 2_030
LoadingMechanism = 2_040
GunnersAuxiliarySight = 2_050
GunnersControlPanel = 2_060
GunnersControlAssemblyHandle = 2_070
CommandersControlHandlesAssembly = 2_090
CommandersWeaponStation = 2_100
CommandersIndependentThermalViewer = 2_110
GeneralWeapons = 2_120
FuelTransferPump = 4_000
FuelLines = 4_010
Gauges = 4_020
GeneralFuelSystem = 4_030
ElectronicWarfareSystems = 4_500
DetectionSystems = 4_600
DetectionSystemsRadioFrequency = 4_610
DetectionSystemsMicrowave = 4_620
DetectionSystemsInfrared = 4_630
DetectionSystemsLaser = 4_640
RangeFinders = 4_700
RangeOnlyrAdar = 4_710
LaserRangeFinder = 4_720
ElectronicSystems = 4_800
ElectronicsSystemsRadioFrequency = 4_810
ElectronicsSystemsMicrowave = 4_820
ElectronicsSystemsInfrared = 4_830
ElectronicsSystemsLaser = 4_840
Radios = 5_000
CommunicationSystems = 5_010
Intercoms = 5_100
Encoders = 5_200
EncryptionDevices = 5_250
Decoders = 5_300
DecryptionDevices = 5_350
Computers = 5_500
FireControlSystems = 6_500
AirSupply = 8_000
LifeSupportSystemsFilters = 8_010
WaterSupply = 8_020
RefrigerationSystem = 8_030
ChemicalBiologicalAndRadiologicalProtection = 8_040
WaterWashdownSystems = 8_050
DecontaminationSystems = 8_060
Watersupply = 9_000
Coolingsystem = 9_010
Winches = 9_020
Catapults = 9_030
Cranes = 9_040
Launchers = 9_050
Lifeboats = 10_000
Landingcraft = 10_010
Ejectionseats = 10_020
Implementations§
Trait Implementations§
Source§impl Clone for RepairCompleteRepair
impl Clone for RepairCompleteRepair
Source§fn clone(&self) -> RepairCompleteRepair
fn clone(&self) -> RepairCompleteRepair
Returns a duplicate 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 moreSource§impl Debug for RepairCompleteRepair
impl Debug for RepairCompleteRepair
Source§impl Default for RepairCompleteRepair
impl Default for RepairCompleteRepair
Source§fn default() -> RepairCompleteRepair
fn default() -> RepairCompleteRepair
Returns the “default value” for a type. Read more
Source§impl FromPrimitive for RepairCompleteRepair
impl FromPrimitive for RepairCompleteRepair
Source§fn from_i64(n: i64) -> Option<Self>
fn from_i64(n: i64) -> Option<Self>
Converts an
i64
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u64(n: u64) -> Option<Self>
fn from_u64(n: u64) -> Option<Self>
Converts an
u64
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_isize(n: isize) -> Option<Self>
fn from_isize(n: isize) -> Option<Self>
Converts an
isize
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_i8(n: i8) -> Option<Self>
fn from_i8(n: i8) -> Option<Self>
Converts an
i8
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_i16(n: i16) -> Option<Self>
fn from_i16(n: i16) -> Option<Self>
Converts an
i16
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_i32(n: i32) -> Option<Self>
fn from_i32(n: i32) -> Option<Self>
Converts an
i32
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_i128(n: i128) -> Option<Self>
fn from_i128(n: i128) -> Option<Self>
Converts an
i128
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read moreSource§fn from_usize(n: usize) -> Option<Self>
fn from_usize(n: usize) -> Option<Self>
Converts a
usize
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u8(n: u8) -> Option<Self>
fn from_u8(n: u8) -> Option<Self>
Converts an
u8
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u16(n: u16) -> Option<Self>
fn from_u16(n: u16) -> Option<Self>
Converts an
u16
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u32(n: u32) -> Option<Self>
fn from_u32(n: u32) -> Option<Self>
Converts an
u32
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u128(n: u128) -> Option<Self>
fn from_u128(n: u128) -> Option<Self>
Converts an
u128
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read moreSource§impl PartialEq for RepairCompleteRepair
impl PartialEq for RepairCompleteRepair
impl Copy for RepairCompleteRepair
impl StructuralPartialEq for RepairCompleteRepair
Auto Trait Implementations§
impl Freeze for RepairCompleteRepair
impl RefUnwindSafe for RepairCompleteRepair
impl Send for RepairCompleteRepair
impl Sync for RepairCompleteRepair
impl Unpin for RepairCompleteRepair
impl UnwindSafe for RepairCompleteRepair
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