pub struct OnceWrapper<H: Hasher>(/* private fields */);Expand description
The type wraps a Hahser to a OnceHasher
Trait Implementations§
Auto Trait Implementations§
impl<H> Freeze for OnceWrapper<H>
impl<H> RefUnwindSafe for OnceWrapper<H>where
H: RefUnwindSafe,
impl<H> Send for OnceWrapper<H>where
H: Send,
impl<H> Sync for OnceWrapper<H>where
H: Sync,
impl<H> Unpin for OnceWrapper<H>where
H: Unpin,
impl<H> UnwindSafe for OnceWrapper<H>where
H: 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