pub struct HashPool<P> where
P: SharedPointerKind, { /* private fields */ }Implementations
sourceimpl<P> HashPool<P> where
P: SharedPointerKind,
impl<P> HashPool<P> where
P: SharedPointerKind,
Trait Implementations
Auto Trait Implementations
impl<P> !RefUnwindSafe for HashPool<P>
impl<P> !Send for HashPool<P>
impl<P> !Sync for HashPool<P>
impl<P> Unpin for HashPool<P> where
P: Unpin,
impl<P> !UnwindSafe for HashPool<P>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more