pub struct BeginStatement {
pub token: Token,
pub isolation_level: Option<SmartString>,
}Expand description
BEGIN statement
Fields§
§token: Token§isolation_level: Option<SmartString>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 moreSource§impl Debug for BeginStatement
impl Debug for BeginStatement
Source§impl Display for BeginStatement
impl Display 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