Struct kudu::Master [] [src]

pub struct Master { /* fields omitted */ }

Master metadata.

This information should be considered 'point-in-time', and may change as the cluster topology changes.

Methods

impl Master
[src]

Trait Implementations

impl Clone for Master
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Master
[src]

Formats the value using the given formatter.

impl PartialEq for Master
[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 Master
[src]