pub struct NativeClientConfig { /* private fields */ }
Expand description

A native rdkafka-sys client config.

Implementations

Returns the pointer to the librdkafka RDKafkaConf structure.

Gets the value of a parameter in the configuration.

This method reflects librdkafka’s view of the current value of the parameter. If the parameter was overridden by the user, it returns the user-specified value. Otherwise, it returns librdkafka’s default value for the parameter.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.