pub enum IsolationLevel {
SnapshotIsolation,
SerializableSnapshotIsolation,
}
Expand description
The isolation level of a database transaction
Variants§
Trait Implementations§
Source§impl PartialEq for IsolationLevel
impl PartialEq for IsolationLevel
Source§impl PartialOrd for IsolationLevel
impl PartialOrd for IsolationLevel
impl StructuralPartialEq for IsolationLevel
Auto Trait Implementations§
impl Freeze for IsolationLevel
impl RefUnwindSafe for IsolationLevel
impl Send for IsolationLevel
impl Sync for IsolationLevel
impl Unpin for IsolationLevel
impl UnwindSafe for IsolationLevel
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