spacetraders_models/ship_nav_route
Types
pub type ShipNavRoute {
ShipNavRoute(
destination: ship_nav_route_waypoint.ShipNavRouteWaypoint,
origin: ship_nav_route_waypoint.ShipNavRouteWaypoint,
departure_time: timestamp.Timestamp,
arrival: timestamp.Timestamp,
)
}
Constructors
-
ShipNavRoute( destination: ship_nav_route_waypoint.ShipNavRouteWaypoint, origin: ship_nav_route_waypoint.ShipNavRouteWaypoint, departure_time: timestamp.Timestamp, arrival: timestamp.Timestamp, )
Values
pub fn decoder() -> decode.Decoder(ShipNavRoute)