Enum bigtable::bigtable::ReadRowsResponse_CellChunk_oneof_row_status [] [src]

pub enum ReadRowsResponse_CellChunk_oneof_row_status {
    reset_row(bool),
    commit_row(bool),
}

Variants

Trait Implementations

impl Clone for ReadRowsResponse_CellChunk_oneof_row_status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ReadRowsResponse_CellChunk_oneof_row_status
[src]

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

This method tests for !=.