spacetraders_models/ship_nav_flight_mode

Types

pub type ShipNavFlightMode {
  Drift
  Stealth
  Cruise
  Burn
}

Constructors

  • Drift
  • Stealth
  • Cruise
  • Burn

Values

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
Search Document