Enum rsfbclient_core::TrIsolationLevel
source · [−]#[repr(u8)]
pub enum TrIsolationLevel {
Concurrency,
Concistency,
ReadCommited,
}
Expand description
Transaction isolation level
Variants
Concurrency
Transactions can’t see alterations commited after they started
Concistency
Table locking
ReadCommited
Transactions can see alterations commited after they started
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TrIsolationLevel
impl Send for TrIsolationLevel
impl Sync for TrIsolationLevel
impl Unpin for TrIsolationLevel
impl UnwindSafe for TrIsolationLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more