pub struct Match<V> {
pub value: V,
pub params: HashMap<String, String>,
}
Fields§
§value: V
§params: HashMap<String, String>
Auto Trait Implementations§
impl<V> Freeze for Match<V>where
V: Freeze,
impl<V> RefUnwindSafe for Match<V>where
V: RefUnwindSafe,
impl<V> Send for Match<V>where
V: Send,
impl<V> Sync for Match<V>where
V: Sync,
impl<V> Unpin for Match<V>where
V: Unpin,
impl<V> UnwindSafe for Match<V>where
V: UnwindSafe,
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