Enum atter::EchoIndex [] [src]

pub enum EchoIndex {
    MslCheckout,
    ProxyApi,
    ProxyEcsb,
    ProxyBanner,
    ProxyDC2,
}

The Echo index

Variants

mobile-service-layer-checkout-*

proxy-api-*

proxy-ecsb-*

proxy-banner-*

proxy-dc2-*

Trait Implementations

impl Clone for EchoIndex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EchoIndex
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for EchoIndex
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Default for EchoIndex
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for EchoIndex
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for EchoIndex

impl Sync for EchoIndex