pub struct NearestNeighborParams;Trait Implementations§
Source§impl Default for NearestNeighborParams
impl Default for NearestNeighborParams
Source§fn default() -> NearestNeighborParams
fn default() -> NearestNeighborParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NearestNeighborParams
impl RefUnwindSafe for NearestNeighborParams
impl Send for NearestNeighborParams
impl Sync for NearestNeighborParams
impl Unpin for NearestNeighborParams
impl UnwindSafe for NearestNeighborParams
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