#[repr(i32)]pub enum RowModificationType {
Write = 0,
Delete = 1,
WriteAndLock = 3,
}Expand description
ERowModificationType — api_service.proto.
The numbering has a gap: there is no 2.
Variants§
Trait Implementations§
Source§impl Clone for RowModificationType
impl Clone for RowModificationType
Source§fn clone(&self) -> RowModificationType
fn clone(&self) -> RowModificationType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RowModificationType
Source§impl Debug for RowModificationType
impl Debug for RowModificationType
impl Eq for RowModificationType
Source§impl PartialEq for RowModificationType
impl PartialEq for RowModificationType
impl StructuralPartialEq for RowModificationType
Auto Trait Implementations§
impl Freeze for RowModificationType
impl RefUnwindSafe for RowModificationType
impl Send for RowModificationType
impl Sync for RowModificationType
impl Unpin for RowModificationType
impl UnsafeUnpin for RowModificationType
impl UnwindSafe for RowModificationType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more