Type Alias cosmic_space::command::direct::select::PropertiesPattern
source · pub type PropertiesPattern = MapPattern;Aliased Type§
struct PropertiesPattern {
pub required: HashMap<String, ValuePattern<SubstancePatternDef<PointDef<RouteSeg, PointSeg>>>>,
pub allowed: ValuePattern<SubstancePatternDef<PointDef<RouteSeg, PointSeg>>>,
}Fields§
§required: HashMap<String, ValuePattern<SubstancePatternDef<PointDef<RouteSeg, PointSeg>>>>§allowed: ValuePattern<SubstancePatternDef<PointDef<RouteSeg, PointSeg>>>