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