pub struct AStarPath<'a, NId, NL, EL>{ /* private fields */ }
Implementations§
Source§impl<'a, NId, NL, EL> AStarPath<'a, NId, NL, EL>
impl<'a, NId, NL, EL> AStarPath<'a, NId, NL, EL>
pub fn on_edge_custom<H, E, ScoreV>( &self, start: NId, target: NId, heuristic: H, edge_w: E, ) -> MinPathStrict<NId>
Trait Implementations§
Auto Trait Implementations§
impl<'a, NId, NL, EL> Freeze for AStarPath<'a, NId, NL, EL>
impl<'a, NId, NL, EL> RefUnwindSafe for AStarPath<'a, NId, NL, EL>
impl<'a, NId, NL, EL> Send for AStarPath<'a, NId, NL, EL>
impl<'a, NId, NL, EL> Sync for AStarPath<'a, NId, NL, EL>
impl<'a, NId, NL, EL> Unpin for AStarPath<'a, NId, NL, EL>
impl<'a, NId, NL, EL> UnwindSafe for AStarPath<'a, NId, NL, EL>
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