pub struct PoolingSwitch<F, P, K> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<F, P, K> FrameProcessor<F> for PoolingSwitch<F, P, K>
impl<F, P, K> FrameProcessor<F> for PoolingSwitch<F, P, K>
Auto Trait Implementations§
impl<F, P, K> Freeze for PoolingSwitch<F, P, K>where
P: Freeze,
impl<F, P, K> RefUnwindSafe for PoolingSwitch<F, P, K>where
P: RefUnwindSafe,
K: RefUnwindSafe,
impl<F, P, K> Send for PoolingSwitch<F, P, K>
impl<F, P, K> Sync for PoolingSwitch<F, P, K>
impl<F, P, K> Unpin for PoolingSwitch<F, P, K>
impl<F, P, K> UnsafeUnpin for PoolingSwitch<F, P, K>where
P: UnsafeUnpin,
impl<F, P, K> UnwindSafe for PoolingSwitch<F, P, K>where
P: UnwindSafe,
K: 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