Struct reset_router::BoxedHandler
source · pub struct BoxedHandler(_);Expand description
Container for the boxed handler functions
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for BoxedHandler
impl Send for BoxedHandler
impl Sync for BoxedHandler
impl Unpin for BoxedHandler
impl !UnwindSafe for BoxedHandler
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more