pub struct BSTScatterKeyExtractor<K, V> { /* private fields */ }
Trait Implementations§
Source§impl<K: Clone, V: Clone> Clone for BSTScatterKeyExtractor<K, V>
impl<K: Clone, V: Clone> Clone for BSTScatterKeyExtractor<K, V>
Source§fn clone(&self) -> BSTScatterKeyExtractor<K, V>
fn clone(&self) -> BSTScatterKeyExtractor<K, V>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<K: Default, V: Default> Default for BSTScatterKeyExtractor<K, V>
impl<K: Default, V: Default> Default for BSTScatterKeyExtractor<K, V>
Source§fn default() -> BSTScatterKeyExtractor<K, V>
fn default() -> BSTScatterKeyExtractor<K, V>
Returns the “default value” for a type. Read more
Source§impl<K, V> KeyStrategy for BSTScatterKeyExtractor<K, V>where
K: Hash,
impl<K, V> KeyStrategy for BSTScatterKeyExtractor<K, V>where
K: Hash,
impl<K: Copy, V: Copy> Copy for BSTScatterKeyExtractor<K, V>
Auto Trait Implementations§
impl<K, V> Freeze for BSTScatterKeyExtractor<K, V>
impl<K, V> RefUnwindSafe for BSTScatterKeyExtractor<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> Send for BSTScatterKeyExtractor<K, V>
impl<K, V> Sync for BSTScatterKeyExtractor<K, V>
impl<K, V> Unpin for BSTScatterKeyExtractor<K, V>
impl<K, V> UnwindSafe for BSTScatterKeyExtractor<K, V>where
K: UnwindSafe,
V: 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