pub enum TransactionRollbackKeyword {
Rollback,
Abort,
}Expand description
Which exact synonym rolled back a transaction.
Variants§
Trait Implementations§
Source§impl Clone for TransactionRollbackKeyword
impl Clone for TransactionRollbackKeyword
Source§fn clone(&self) -> TransactionRollbackKeyword
fn clone(&self) -> TransactionRollbackKeyword
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 TransactionRollbackKeyword
Source§impl Debug for TransactionRollbackKeyword
impl Debug for TransactionRollbackKeyword
Source§impl<'de> Deserialize<'de> for TransactionRollbackKeyword
impl<'de> Deserialize<'de> for TransactionRollbackKeyword
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 TransactionRollbackKeyword
Source§impl Hash for TransactionRollbackKeyword
impl Hash for TransactionRollbackKeyword
impl StructuralPartialEq for TransactionRollbackKeyword
Auto Trait Implementations§
impl Freeze for TransactionRollbackKeyword
impl RefUnwindSafe for TransactionRollbackKeyword
impl Send for TransactionRollbackKeyword
impl Sync for TransactionRollbackKeyword
impl Unpin for TransactionRollbackKeyword
impl UnsafeUnpin for TransactionRollbackKeyword
impl UnwindSafe for TransactionRollbackKeyword
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