pub enum TxCommands {
Begin,
Commit,
Rollback,
}Variants§
Trait Implementations§
Source§impl Clone for TxCommands
impl Clone for TxCommands
Source§fn clone(&self) -> TxCommands
fn clone(&self) -> TxCommands
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 moreAuto Trait Implementations§
impl Freeze for TxCommands
impl RefUnwindSafe for TxCommands
impl Send for TxCommands
impl Sync for TxCommands
impl Unpin for TxCommands
impl UnsafeUnpin for TxCommands
impl UnwindSafe for TxCommands
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