Enum bigtable::data::Mutation_oneof_mutation [] [src]

pub enum Mutation_oneof_mutation {
    set_cell(Mutation_SetCell),
    delete_from_column(Mutation_DeleteFromColumn),
    delete_from_family(Mutation_DeleteFromFamily),
    delete_from_row(Mutation_DeleteFromRow),
}

Variants

Trait Implementations

impl Clone for Mutation_oneof_mutation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Mutation_oneof_mutation
[src]

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

This method tests for !=.