pub enum TransactionControl {
Retry,
Abort,
}Variants§
Trait Implementations§
Source§impl Clone for TransactionControl
impl Clone for TransactionControl
Source§fn clone(&self) -> TransactionControl
fn clone(&self) -> TransactionControl
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 TransactionControl
Source§impl Debug for TransactionControl
impl Debug for TransactionControl
impl Eq for TransactionControl
Source§impl PartialEq for TransactionControl
impl PartialEq for TransactionControl
Source§fn eq(&self, other: &TransactionControl) -> bool
fn eq(&self, other: &TransactionControl) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TransactionControl
Auto Trait Implementations§
impl Freeze for TransactionControl
impl RefUnwindSafe for TransactionControl
impl Send for TransactionControl
impl Sync for TransactionControl
impl Unpin for TransactionControl
impl UnsafeUnpin for TransactionControl
impl UnwindSafe for TransactionControl
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