pub struct CommitStmt {}Expand description
COMMIT [TRANSACTION].
Trait Implementations§
Source§impl Clone for CommitStmt
impl Clone for CommitStmt
Source§fn clone(&self) -> CommitStmt
fn clone(&self) -> CommitStmt
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 CommitStmt
impl Debug for CommitStmt
Source§impl Default for CommitStmt
impl Default for CommitStmt
Source§fn default() -> CommitStmt
fn default() -> CommitStmt
Returns the “default value” for a type. Read more
Source§impl PartialEq for CommitStmt
impl PartialEq for CommitStmt
impl StructuralPartialEq for CommitStmt
Auto Trait Implementations§
impl Freeze for CommitStmt
impl RefUnwindSafe for CommitStmt
impl Send for CommitStmt
impl Sync for CommitStmt
impl Unpin for CommitStmt
impl UnsafeUnpin for CommitStmt
impl UnwindSafe for CommitStmt
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