pub struct Dispatch { /* private fields */ }Expand description
The dispatch table. Maps method name → handler.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Dispatch
impl !Send for Dispatch
impl !Sync for Dispatch
impl !UnwindSafe for Dispatch
impl Freeze for Dispatch
impl Unpin for Dispatch
impl UnsafeUnpin for Dispatch
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