Struct async_fcgi::fastcgi::NVBodyList [−][src]
pub struct NVBodyList { /* fields omitted */ }Expand description
Helper type to generate one or more NVBody Records, depending on the space needed
Implementations
Panics
If a KV-Pair is bigger than one Record
Trait Implementations
Extends a collection with the contents of an iterator. Read more
🔬 This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
🔬 This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
Creates a value from an iterator. Read more