pub struct Surveyor<'a, B, F>{ /* private fields */ }
Expand description
The goal of Surveyor is to find the two closest Beacons that pince our search target. If would be pretty simple, if not for the fact that a given location may not contain a relevant Beacon, which could yield Undecided.
Implementationsยง
Auto Trait Implementationsยง
impl<'a, B, F> Freeze for Surveyor<'a, B, F>where
F: Freeze,
impl<'a, B, F> RefUnwindSafe for Surveyor<'a, B, F>where
F: RefUnwindSafe,
B: RefUnwindSafe,
impl<'a, B, F> Send for Surveyor<'a, B, F>
impl<'a, B, F> Sync for Surveyor<'a, B, F>
impl<'a, B, F> Unpin for Surveyor<'a, B, F>where
F: Unpin,
impl<'a, B, F> !UnwindSafe for Surveyor<'a, B, F>
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