Enum bigtable::data::ColumnRange_oneof_start_qualifier [] [src]

pub enum ColumnRange_oneof_start_qualifier {
    start_qualifier_closed(Vec<u8>),
    start_qualifier_open(Vec<u8>),
}

Variants

Trait Implementations

impl Clone for ColumnRange_oneof_start_qualifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ColumnRange_oneof_start_qualifier
[src]

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

This method tests for !=.