pub struct JumpPointSearchInspection {
pub result: SearchResult,
pub diagnostics: JumpPointSearchDiagnostics,
}Expand description
Search outcome paired with jump-pruning diagnostics.
Fields§
§result: SearchResultStandard found/no-path or invalid/budget result.
diagnostics: JumpPointSearchDiagnosticsJump-scan tallies for this instrumented run.
Trait Implementations§
Source§impl Clone for JumpPointSearchInspection
impl Clone for JumpPointSearchInspection
Source§fn clone(&self) -> JumpPointSearchInspection
fn clone(&self) -> JumpPointSearchInspection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JumpPointSearchInspection
impl Debug for JumpPointSearchInspection
impl Eq for JumpPointSearchInspection
impl StructuralPartialEq for JumpPointSearchInspection
Auto Trait Implementations§
impl Freeze for JumpPointSearchInspection
impl RefUnwindSafe for JumpPointSearchInspection
impl Send for JumpPointSearchInspection
impl Sync for JumpPointSearchInspection
impl Unpin for JumpPointSearchInspection
impl UnsafeUnpin for JumpPointSearchInspection
impl UnwindSafe for JumpPointSearchInspection
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