pub struct SignalledInjectionBuildHasher<H: Hasher, B: BuildHasher<Hasher = H>, const PF: ProtocolFlags> { /* private fields */ }Implementations§
Source§impl<H: Hasher, B: BuildHasher<Hasher = H>, const PF: ProtocolFlags> SignalledInjectionBuildHasher<H, B, PF>
impl<H: Hasher, B: BuildHasher<Hasher = H>, const PF: ProtocolFlags> SignalledInjectionBuildHasher<H, B, PF>
Trait Implementations§
Source§impl<H: Hasher, B: BuildHasher<Hasher = H>, const PF: ProtocolFlags> BuildHasher for SignalledInjectionBuildHasher<H, B, PF>
impl<H: Hasher, B: BuildHasher<Hasher = H>, const PF: ProtocolFlags> BuildHasher for SignalledInjectionBuildHasher<H, B, PF>
Source§type Hasher = SignalledInjectionHasher<H, PF>
type Hasher = SignalledInjectionHasher<H, PF>
Type of the hasher that will be created.
Source§fn build_hasher(&self) -> Self::Hasher
fn build_hasher(&self) -> Self::Hasher
Creates a new hasher. Read more
Auto Trait Implementations§
impl<H, B, const PF: u8> Freeze for SignalledInjectionBuildHasher<H, B, PF>where
B: Freeze,
impl<H, B, const PF: u8> RefUnwindSafe for SignalledInjectionBuildHasher<H, B, PF>where
B: RefUnwindSafe,
impl<H, B, const PF: u8> Send for SignalledInjectionBuildHasher<H, B, PF>where
B: Send,
impl<H, B, const PF: u8> Sync for SignalledInjectionBuildHasher<H, B, PF>where
B: Sync,
impl<H, B, const PF: u8> Unpin for SignalledInjectionBuildHasher<H, B, PF>where
B: Unpin,
impl<H, B, const PF: u8> UnwindSafe for SignalledInjectionBuildHasher<H, B, PF>where
B: 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