pub struct BeginStmt {}Expand description
BEGIN [TRANSACTION].
Trait Implementations§
impl StructuralPartialEq for BeginStmt
Auto Trait Implementations§
impl Freeze for BeginStmt
impl RefUnwindSafe for BeginStmt
impl Send for BeginStmt
impl Sync for BeginStmt
impl Unpin for BeginStmt
impl UnsafeUnpin for BeginStmt
impl UnwindSafe for BeginStmt
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