pub struct BeginStatement {
pub mode: Option<TransactionMode>,
}Expand description
A BEGIN statement.
Fields§
§mode: Option<TransactionMode>Transaction mode.
Trait Implementations§
Source§impl Clone for BeginStatement
impl Clone for BeginStatement
Source§fn clone(&self) -> BeginStatement
fn clone(&self) -> BeginStatement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BeginStatement
Source§impl Debug for BeginStatement
impl Debug for BeginStatement
Source§impl Display for BeginStatement
impl Display for BeginStatement
impl Eq for BeginStatement
Source§impl Hash for BeginStatement
impl Hash for BeginStatement
Source§impl PartialEq for BeginStatement
impl PartialEq for BeginStatement
impl StructuralPartialEq for BeginStatement
Auto Trait Implementations§
impl Freeze for BeginStatement
impl RefUnwindSafe for BeginStatement
impl Send for BeginStatement
impl Sync for BeginStatement
impl Unpin for BeginStatement
impl UnsafeUnpin for BeginStatement
impl UnwindSafe for BeginStatement
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