pub struct Map<K> { /* fields omitted */ }Expand description
A builder for the phf::Map type.
Creates a new phf::Map builder.
Set the path to the phf crate from the global namespace
Adds an entry to the builder.
value will be written exactly as provided in the constructed source.
Calculate the hash parameters and return a struct implementing
Display which will print the constructed phf::Map.
Panics if there are any duplicate keys.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
impl<V, T> VZip<V> for T where
V: MultiLane<T>,