Enum google_cloud_rust_raw::bigtable::v2::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
set_cell(Mutation_SetCell)Tuple Fields of set_cell
delete_from_column(Mutation_DeleteFromColumn)Tuple Fields of delete_from_column
delete_from_family(Mutation_DeleteFromFamily)Tuple Fields of delete_from_family
delete_from_row(Mutation_DeleteFromRow)Tuple Fields of delete_from_row
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Mutation_oneof_mutation
impl Send for Mutation_oneof_mutation
impl Sync for Mutation_oneof_mutation
impl Unpin for Mutation_oneof_mutation
impl UnwindSafe for Mutation_oneof_mutation
Blanket Implementations
Mutably borrows from an owned value. Read more