Enum icaparse::SectionType [] [src]

pub enum SectionType {
    NullBody,
    RequestHeader,
    RequestBody,
    ResponseHeader,
    ResponseBody,
    OptionsBody,
}

Possible sections of the encapsulated icap data

Variants

Null Body Section

Resquest Header Section

Request Body Section

Response Header Section

Response Body Section

Options Body Section

Trait Implementations

impl Clone for SectionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SectionType
[src]

Formats the value using the given formatter.

impl Hash for SectionType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for SectionType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SectionType
[src]