Enum rusqlite::TransactionBehavior
[−]
[src]
pub enum TransactionBehavior {
Deferred,
Immediate,
Exclusive,
}Options for transaction behavior. See BEGIN TRANSACTION for details.
Variants
Deferred | ||
Immediate | ||
Exclusive |
Trait Implementations
Derived Implementations
impl Clone for TransactionBehavior[src]
fn clone(&self) -> TransactionBehavior
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more