pub struct PHMsession<'a, K: Invariant, V: Invariant, S = DefaultHashBuilder, A: Allocator = HashTableAlloc> { /* private fields */ }
Implementations§
Source§impl<K: Invariant + Eq + Hash, V: Invariant, S: BuildHasher> PHMsession<'_, K, V, S>
impl<K: Invariant + Eq + Hash, V: Invariant, S: BuildHasher> PHMsession<'_, K, V, S>
Auto Trait Implementations§
impl<'a, K, V, S = RandomState, A = HashTableAlloc> !Freeze for PHMsession<'a, K, V, S, A>
impl<'a, K, V, S = RandomState, A = HashTableAlloc> !ObjSafe for PHMsession<'a, K, V, S, A>
impl<'a, K, V, S = RandomState, A = HashTableAlloc> !RefUnwindSafe for PHMsession<'a, K, V, S, A>
impl<'a, K, V, S = RandomState, A = HashTableAlloc> !Send for PHMsession<'a, K, V, S, A>
impl<'a, K, V, S = RandomState, A = HashTableAlloc> !StoreCopy for PHMsession<'a, K, V, S, A>
impl<'a, K, V, S = RandomState, A = HashTableAlloc> !Sync for PHMsession<'a, K, V, S, A>
impl<'a, K, V, S, A> Unpin for PHMsession<'a, K, V, S, A>
impl<'a, K, V, S = RandomState, A = HashTableAlloc> !UnwindSafe for PHMsession<'a, K, V, S, 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