pub enum MapAdapterMatched {
MatchedRule((Rule, ViewArgs)),
MatchedRedirect((String, u16)),
MatchedError(HTTPError),
}Expand description
The map adapter matched value.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for MapAdapterMatched
impl !RefUnwindSafe for MapAdapterMatched
impl Send for MapAdapterMatched
impl Sync for MapAdapterMatched
impl Unpin for MapAdapterMatched
impl UnwindSafe for MapAdapterMatched
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