pub(crate) struct ExtractCore<'a, K, V> {
map: &'a mut IndexMapCore<K, V>,
new_len: usize,
current: usize,
end: usize,
}
Fields§
§map: &'a mut IndexMapCore<K, V>
§new_len: usize
§current: usize
§end: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, K, V> Freeze for ExtractCore<'a, K, V>
impl<'a, K, V> RefUnwindSafe for ExtractCore<'a, K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, K, V> Send for ExtractCore<'a, K, V>
impl<'a, K, V> Sync for ExtractCore<'a, K, V>
impl<'a, K, V> Unpin for ExtractCore<'a, K, V>
impl<'a, K, V> !UnwindSafe for ExtractCore<'a, K, V>
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