Struct phf_macros::util::Entry[][src]

pub struct Entry {
    pub key_contents: Key,
    pub key: P<Expr>,
    pub value: P<Expr>,
}

Fields

Trait Implementations

impl PhfHash for Entry
[src]

Feeds the value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

Auto Trait Implementations

impl !Send for Entry

impl !Sync for Entry