Struct hyper::header::QualityItem
[−]
[src]
pub struct QualityItem<T> { pub item: T, pub quality: Quality, }
Represents an item with a quality value as defined in RFC7231.
Fields
item: T
The actual contents of the field.
quality: Quality
The quality (client or server preference) for the value.