Enum elp::ELBRecordField [] [src]

pub enum ELBRecordField {
    Timestamp,
    ELBName,
    ClientAddress,
    BackendAddress,
    RequestProcessingTime,
    BackendProcessingTime,
    ResponseProcessingTime,
    ELBStatusCode,
    BackendStatusCode,
    ReceivedBytes,
    SentBytes,
    RequestMethod,
    RequestURL,
    RequestHTTPVersion,
    UserAgent,
    SSLCipher,
    SSLProtocol,
}

Variants

Trait Implementations

impl Debug for ELBRecordField
[src]

Formats the value using the given formatter.

impl PartialEq for ELBRecordField
[src]

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

This method tests for !=.

impl Clone for ELBRecordField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ELBRecordField
[src]

impl Display for ELBRecordField
[src]

Formats the value using the given formatter. Read more