Enum map_model::EditCmd [−][src]
pub enum EditCmd {
ChangeRoad {
r: RoadID,
old: EditRoad,
new: EditRoad,
},
ChangeIntersection {
i: IntersectionID,
new: EditIntersection,
old: EditIntersection,
},
ChangeRouteSchedule {
id: BusRouteID,
old: Vec<Time>,
new: Vec<Time>,
},
}
Variants
Fields of ChangeIntersection
Fields of ChangeRouteSchedule
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EditCmd
impl UnwindSafe for EditCmd
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self