Enum sql_parser::ast::TransactionAccessMode [−][src]
pub enum TransactionAccessMode {
ReadOnly,
ReadWrite,
}
Variants
ReadOnly
ReadWrite
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TransactionAccessMode
impl Send for TransactionAccessMode
impl Sync for TransactionAccessMode
impl Unpin for TransactionAccessMode
impl UnwindSafe for TransactionAccessMode
Blanket Implementations
Mutably borrows from an owned value. Read more
Formats an object with the “alternative” format ({:#}
) and returns it.
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more