Crate mailparsing
source ·Structs
- Represents an ordered list of headers. Note that there may be multiple headers with the same name. Derefs to the underlying
Vec<Header>
for mutation, but provides some accessors for retrieving headers by name. - Holds the result of parsing a block of headers
Enums
- Helper for holding either an owned or borrowed string, and where the slice method is aware of that borrowing, allowing for efficient copying and slicing without making extraneous additional copies