Struct uri_template_system_core::Values
source · pub struct Values {
pub values: HashMap<String, Value, FnvBuildHasher>,
}Fields§
§values: HashMap<String, Value, FnvBuildHasher>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Values
impl Send for Values
impl Sync for Values
impl Unpin for Values
impl UnwindSafe for Values
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