pub enum TransactionScope {
Session,
Transaction,
}Variants§
Trait Implementations§
Source§impl Clone for TransactionScope
impl Clone for TransactionScope
Source§fn clone(&self) -> TransactionScope
fn clone(&self) -> TransactionScope
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 moreSource§impl Debug for TransactionScope
impl Debug for TransactionScope
impl Copy for TransactionScope
Auto Trait Implementations§
impl Freeze for TransactionScope
impl RefUnwindSafe for TransactionScope
impl Send for TransactionScope
impl Sync for TransactionScope
impl Unpin for TransactionScope
impl UnsafeUnpin for TransactionScope
impl UnwindSafe for TransactionScope
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