Struct kudu::Status [] [src]

pub struct Status { /* fields omitted */ }

Methods

impl Status
[src]

Trait Implementations

impl Clone for Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for Status
[src]

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

Feeds a slice of this type into the state provided.

impl Debug for Status
[src]

Formats the value using the given formatter.

impl From<StatusPB> for Status
[src]

Performs the conversion.