Struct phf_codegen::Set[][src]

pub struct Set<T> { /* fields omitted */ }
Expand description

A builder for the phf::Set type.

Implementations

Constructs a new phf::Set builder.

Set the path to the phf crate from the global namespace

Adds an entry to the builder.

Calculate the hash parameters and return a struct implementing Display which will print the constructed phf::Set.

Panics

Panics if there are any duplicate keys.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.