Struct sqlx_models_parser::ast::StartTransaction [−][src]
pub struct StartTransaction {
pub modes: Vec<TransactionMode>,
}
Expand description
{ BEGIN [ TRANSACTION | WORK ] | START TRANSACTION } ...
Fields
modes: Vec<TransactionMode>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StartTransaction
impl Send for StartTransaction
impl Sync for StartTransaction
impl Unpin for StartTransaction
impl UnwindSafe for StartTransaction
Blanket Implementations
Mutably borrows from an owned value. Read more