pub struct SQLTransactionBuilder {
pub statements: Vec<String>,
pub isolation_level: Option<SQLIsolationLevel>,
}Fields§
§statements: Vec<String>§isolation_level: Option<SQLIsolationLevel>Implementations§
Auto Trait Implementations§
impl Freeze for SQLTransactionBuilder
impl RefUnwindSafe for SQLTransactionBuilder
impl Send for SQLTransactionBuilder
impl Sync for SQLTransactionBuilder
impl Unpin for SQLTransactionBuilder
impl UnsafeUnpin for SQLTransactionBuilder
impl UnwindSafe for SQLTransactionBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more