Enum sqlparser::ast::TransactionIsolationLevel
source · pub enum TransactionIsolationLevel {
ReadUncommitted,
ReadCommitted,
RepeatableRead,
Serializable,
}Variants§
Trait Implementations§
source§impl Clone for TransactionIsolationLevel
impl Clone for TransactionIsolationLevel
source§fn clone(&self) -> TransactionIsolationLevel
fn clone(&self) -> TransactionIsolationLevel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more