Struct atter::Common [] [src]

pub struct Common { /* fields omitted */ }

The common atter config.

Methods

impl Common
[src]

[src]

The path where the sqlite database lives.

impl Common
[src]

[src]

The path where the sqlite database lives.

[src]

The Echo Elasticsearch URL prefix (usually 'http://echo')

[src]

The Echo Elasticsearch URL affix (usually '.kroger.com/elastic/')

[src]

The Echo Elasticsearch URL suffix (usually '/_search')

[src]

The sqlite database prefix (usually 'ordmon')

[src]

The sqlite database suffix (usually '.db')

impl Common
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Common
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Common
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Common
[src]

[src]

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

impl PartialEq for Common
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Common

impl Sync for Common