pub enum TxnAction {
COMMIT = 0,
ABORT = 1,
}
Variants§
Trait Implementations§
Source§impl ProtobufEnum for TxnAction
impl ProtobufEnum for TxnAction
Source§fn from_i32(value: i32) -> Option<TxnAction>
fn from_i32(value: i32) -> Option<TxnAction>
Try to create an enum from
i32
value.
Return None
if value is unknown.Source§fn descriptor(&self) -> &'static EnumValueDescriptor
fn descriptor(&self) -> &'static EnumValueDescriptor
Get enum value descriptor.
Source§fn enum_descriptor(&self) -> &'static EnumDescriptor
fn enum_descriptor(&self) -> &'static EnumDescriptor
Get enum descriptor.
Source§fn enum_descriptor_static() -> &'static EnumDescriptor
fn enum_descriptor_static() -> &'static EnumDescriptor
Get enum descriptor by type.
Source§impl ProtobufValue for TxnAction
impl ProtobufValue for TxnAction
Source§fn as_ref(&self) -> ReflectValueRef<'_>
fn as_ref(&self) -> ReflectValueRef<'_>
As ref
Source§fn is_non_zero(&self) -> bool
fn is_non_zero(&self) -> bool
Is value non-zero?
Source§fn as_ref_copy(&self) -> ReflectValueRef<'static>
fn as_ref_copy(&self) -> ReflectValueRef<'static>
impl Copy for TxnAction
impl Eq for TxnAction
impl StructuralPartialEq for TxnAction
Auto Trait Implementations§
impl Freeze for TxnAction
impl RefUnwindSafe for TxnAction
impl Send for TxnAction
impl Sync for TxnAction
impl Unpin for TxnAction
impl UnwindSafe for TxnAction
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)