pub enum TransactionCommitKeyword {
Commit,
End,
}Expand description
Which exact synonym committed a transaction.
Variants§
Trait Implementations§
Source§impl Clone for TransactionCommitKeyword
impl Clone for TransactionCommitKeyword
Source§fn clone(&self) -> TransactionCommitKeyword
fn clone(&self) -> TransactionCommitKeyword
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 TransactionCommitKeyword
Source§impl Debug for TransactionCommitKeyword
impl Debug for TransactionCommitKeyword
Source§impl<'de> Deserialize<'de> for TransactionCommitKeyword
impl<'de> Deserialize<'de> for TransactionCommitKeyword
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TransactionCommitKeyword
Source§impl Hash for TransactionCommitKeyword
impl Hash for TransactionCommitKeyword
Source§impl PartialEq for TransactionCommitKeyword
impl PartialEq for TransactionCommitKeyword
Source§impl Serialize for TransactionCommitKeyword
impl Serialize for TransactionCommitKeyword
impl StructuralPartialEq for TransactionCommitKeyword
Auto Trait Implementations§
impl Freeze for TransactionCommitKeyword
impl RefUnwindSafe for TransactionCommitKeyword
impl Send for TransactionCommitKeyword
impl Sync for TransactionCommitKeyword
impl Unpin for TransactionCommitKeyword
impl UnsafeUnpin for TransactionCommitKeyword
impl UnwindSafe for TransactionCommitKeyword
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