spacetraders_models/ship_nav_flight_mode
Types
pub type ShipNavFlightMode {
Drift
Stealth
Cruise
Burn
}
Constructors
-
Drift
-
Stealth
-
Cruise
-
Burn
Values
pub fn decoder() -> decode.Decoder(ShipNavFlightMode)
pub fn encode(
ship_nav_flight_mode: ShipNavFlightMode,
) -> json.Json
pub fn parse(value: String) -> Result(ShipNavFlightMode, Nil)
pub fn to_string(
ship_nav_flight_mode: ShipNavFlightMode,
) -> String