pub struct RouterItem { /* private fields */ }Expand description
A router item containing a filter and handler
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RouterItem
impl !RefUnwindSafe for RouterItem
impl Send for RouterItem
impl Sync for RouterItem
impl Unpin for RouterItem
impl !UnwindSafe for RouterItem
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