Struct kudu::ClientConfig [] [src]

pub struct ClientConfig { /* fields omitted */ }

Client configuration options.

Methods

impl ClientConfig
[src]

Trait Implementations

impl Clone for ClientConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClientConfig
[src]

Formats the value using the given formatter.

impl PartialEq for ClientConfig
[src]

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

This method tests for !=.

impl Eq for ClientConfig
[src]

impl Hash for ClientConfig
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Default for ClientConfig
[src]

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