pub struct AStarSearchResults<T>where
T: AStarNode,{ /* private fields */ }
Implementations§
Source§impl<T: AStarNode> AStarSearchResults<T>
impl<T: AStarNode> AStarSearchResults<T>
Sourcepub fn incomplete(&self) -> bool
pub fn incomplete(&self) -> bool
Whether the path contained is incomplete
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for AStarSearchResults<T>
impl<T> RefUnwindSafe for AStarSearchResults<T>where
T: RefUnwindSafe,
impl<T> Send for AStarSearchResults<T>where
T: Send,
impl<T> Sync for AStarSearchResults<T>where
T: Sync,
impl<T> Unpin for AStarSearchResults<T>where
T: Unpin,
impl<T> UnwindSafe for AStarSearchResults<T>where
T: UnwindSafe,
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