pub struct Dispatch<B, P> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<B, P> RefUnwindSafe for Dispatch<B, P>where
B: RefUnwindSafe,
P: RefUnwindSafe,
impl<B, P> Send for Dispatch<B, P>
impl<B, P> Sync for Dispatch<B, P>
impl<B, P> Unpin for Dispatch<B, P>
impl<B, P> UnwindSafe for Dispatch<B, P>where
B: UnwindSafe,
P: 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