pub enum TransactionStarted {}Expand description
Type-state marker for a Transaction in the started state.
Started transactions may have entries added to modify properties, may be reset, and may be committed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TransactionStarted
impl RefUnwindSafe for TransactionStarted
impl Send for TransactionStarted
impl Sync for TransactionStarted
impl Unpin for TransactionStarted
impl UnsafeUnpin for TransactionStarted
impl UnwindSafe for TransactionStarted
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