pub struct OnionKeyPool<K: PartialEq + Eq + Hash + Clone> { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K> Freeze for OnionKeyPool<K>
impl<K> RefUnwindSafe for OnionKeyPool<K>where
K: RefUnwindSafe,
impl<K> Send for OnionKeyPool<K>
impl<K> Sync for OnionKeyPool<K>
impl<K> Unpin for OnionKeyPool<K>
impl<K> UnwindSafe for OnionKeyPool<K>where
K: RefUnwindSafe,
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