Struct kudu::ClientConfig
[−]
[src]
pub struct ClientConfig { /* fields omitted */ }
Client configuration options.
Methods
impl ClientConfig
[src]
fn new(master_addresses: Vec<SocketAddr>) -> ClientConfig
fn master_addresses(&self) -> &[SocketAddr]
fn set_master_addresses(&mut self,
master_addresses: Vec<SocketAddr>)
-> &mut ClientConfig
master_addresses: Vec<SocketAddr>)
-> &mut ClientConfig
Trait Implementations
impl Clone for ClientConfig
[src]
fn clone(&self) -> ClientConfig
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for ClientConfig
[src]
impl PartialEq for ClientConfig
[src]
fn eq(&self, __arg_0: &ClientConfig) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ClientConfig) -> bool
This method tests for !=
.
impl Eq for ClientConfig
[src]
impl Hash for ClientConfig
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0
Feeds a slice of this type into the state provided.
impl Default for ClientConfig
[src]
fn default() -> ClientConfig
Returns the "default value" for a type. Read more