pub struct DevInvokeState {
pub handlers: HashMap<String, BoxHandler>,
}Fields§
§handlers: HashMap<String, BoxHandler>Auto Trait Implementations§
impl Freeze for DevInvokeState
impl !RefUnwindSafe for DevInvokeState
impl Send for DevInvokeState
impl Sync for DevInvokeState
impl Unpin for DevInvokeState
impl !UnwindSafe for DevInvokeState
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