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