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)
delete_from_column(Mutation_DeleteFromColumn)
delete_from_family(Mutation_DeleteFromFamily)
delete_from_row(Mutation_DeleteFromRow)
Trait Implementations
sourceimpl Clone for Mutation_oneof_mutation
impl Clone for Mutation_oneof_mutation
sourcefn clone(&self) -> Mutation_oneof_mutation
fn clone(&self) -> Mutation_oneof_mutation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for Mutation_oneof_mutation
impl Debug for Mutation_oneof_mutation
sourceimpl PartialEq<Mutation_oneof_mutation> for Mutation_oneof_mutation
impl PartialEq<Mutation_oneof_mutation> for Mutation_oneof_mutation
sourcefn eq(&self, other: &Mutation_oneof_mutation) -> bool
fn eq(&self, other: &Mutation_oneof_mutation) -> bool
impl StructuralPartialEq for Mutation_oneof_mutation
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more