pub struct MapfPlan {
pub agent_paths: Vec<MapfAgentPath>,
}Expand description
Time-stepped multi-agent plan indexed by agent paths.
Fields§
§agent_paths: Vec<MapfAgentPath>One path per planned agent (order is not significant for validation).
Implementations§
Trait Implementations§
impl Eq for MapfPlan
impl StructuralPartialEq for MapfPlan
Auto Trait Implementations§
impl Freeze for MapfPlan
impl RefUnwindSafe for MapfPlan
impl Send for MapfPlan
impl Sync for MapfPlan
impl Unpin for MapfPlan
impl UnsafeUnpin for MapfPlan
impl UnwindSafe for MapfPlan
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