Struct nsq::config::NsqConfig [] [src]

pub struct NsqConfig { /* fields omitted */ }

NsqConfig contains values supported by nsqd for consumers.

Methods

impl NsqConfig
[src]

Return the current max in flight value.

Trait Implementations

impl Debug for NsqConfig
[src]

Formats the value using the given formatter.

impl Default for NsqConfig
[src]

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