Struct hashbrown::raw::inner::RawExtractIf
source · pub(crate) struct RawExtractIf<'a, T, A: Allocator> {
pub iter: RawIter<T>,
pub table: &'a mut RawTable<T, A>,
}
Fields§
§iter: RawIter<T>
§table: &'a mut RawTable<T, A>
Implementations§
Auto Trait Implementations§
impl<'a, T, A> Freeze for RawExtractIf<'a, T, A>
impl<'a, T, A> RefUnwindSafe for RawExtractIf<'a, T, A>where
A: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T, A> Send for RawExtractIf<'a, T, A>
impl<'a, T, A> Sync for RawExtractIf<'a, T, A>
impl<'a, T, A> Unpin for RawExtractIf<'a, T, A>
impl<'a, T, A> !UnwindSafe for RawExtractIf<'a, T, A>
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