pub struct AllPairs<K>{ /* private fields */ }Expand description
Trait Implementations§
Source§impl<'de, K> Deserialize<'de> for AllPairs<K>
impl<'de, K> Deserialize<'de> for AllPairs<K>
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<P, K> PointUpdate<P, K> for AllPairs<K>
impl<P, K> PointUpdate<P, K> for AllPairs<K>
Source§impl<P, K> PointsNearBall<P, K> for AllPairs<K>
impl<P, K> PointsNearBall<P, K> for AllPairs<K>
Source§impl<K> WithSearchRadius for AllPairs<K>
impl<K> WithSearchRadius for AllPairs<K>
Source§fn with_search_radius(_radius: PositiveReal) -> Self
fn with_search_radius(_radius: PositiveReal) -> Self
Construct a spatial data structure that can search at least as far as the given radius.
impl<K> StructuralPartialEq for AllPairs<K>
Auto Trait Implementations§
impl<K> Freeze for AllPairs<K>
impl<K> RefUnwindSafe for AllPairs<K>where
K: RefUnwindSafe,
impl<K> Send for AllPairs<K>where
K: Send,
impl<K> Sync for AllPairs<K>where
K: Sync,
impl<K> Unpin for AllPairs<K>where
K: Unpin,
impl<K> UnsafeUnpin for AllPairs<K>
impl<K> UnwindSafe for AllPairs<K>where
K: 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