pub struct MapAdapter<'m> { /* private fields */ }Expand description
Does the URL matching and building based on runtime information.
Implementations§
Source§impl<'m> MapAdapter<'m>
impl<'m> MapAdapter<'m>
Trait Implementations§
Auto Trait Implementations§
impl<'m> Freeze for MapAdapter<'m>
impl<'m> !RefUnwindSafe for MapAdapter<'m>
impl<'m> Send for MapAdapter<'m>
impl<'m> Sync for MapAdapter<'m>
impl<'m> Unpin for MapAdapter<'m>
impl<'m> !UnwindSafe for MapAdapter<'m>
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