Struct map_model::EditEffects
source · pub struct EditEffects {
pub changed_roads: BTreeSet<RoadID>,
pub deleted_lanes: BTreeSet<LaneID>,
pub changed_intersections: BTreeSet<IntersectionID>,
pub added_turns: BTreeSet<TurnID>,
pub deleted_turns: BTreeSet<TurnID>,
pub changed_parking_lots: BTreeSet<ParkingLotID>,
modified_lanes: BTreeSet<LaneID>,
}
Fields§
§changed_roads: BTreeSet<RoadID>
§deleted_lanes: BTreeSet<LaneID>
§changed_intersections: BTreeSet<IntersectionID>
§added_turns: BTreeSet<TurnID>
§deleted_turns: BTreeSet<TurnID>
§changed_parking_lots: BTreeSet<ParkingLotID>
§modified_lanes: BTreeSet<LaneID>
Auto Trait Implementations§
impl Freeze for EditEffects
impl RefUnwindSafe for EditEffects
impl Send for EditEffects
impl Sync for EditEffects
impl Unpin for EditEffects
impl UnwindSafe for EditEffects
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more