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