models/waypoint_modifier
Types
pub type WaypointModifier {
WaypointModifier(
symbol: waypoint_modifier_symbol.WaypointModifierSymbol,
name: String,
description: String,
)
}
Constructors
-
WaypointModifier( symbol: waypoint_modifier_symbol.WaypointModifierSymbol, name: String, description: String, )
Values
pub fn decoder() -> decode.Decoder(WaypointModifier)