Struct kudu::TabletServer [] [src]

pub struct TabletServer { /* fields omitted */ }

Tablet server metadata.

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

Methods

impl TabletServer
[src]

Trait Implementations

impl Clone for TabletServer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TabletServer
[src]

Formats the value using the given formatter.

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