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