pub struct RollbackStatement {
pub token: Token,
pub savepoint_name: Option<Identifier>,
}Expand description
ROLLBACK statement
Fields§
§token: Token§savepoint_name: Option<Identifier>Trait Implementations§
Source§impl Clone for RollbackStatement
impl Clone for RollbackStatement
Source§fn clone(&self) -> RollbackStatement
fn clone(&self) -> RollbackStatement
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 RollbackStatement
impl Debug for RollbackStatement
Source§impl Display for RollbackStatement
impl Display for RollbackStatement
Source§impl PartialEq for RollbackStatement
impl PartialEq for RollbackStatement
impl StructuralPartialEq for RollbackStatement
Auto Trait Implementations§
impl Freeze for RollbackStatement
impl RefUnwindSafe for RollbackStatement
impl Send for RollbackStatement
impl Sync for RollbackStatement
impl Unpin for RollbackStatement
impl UnsafeUnpin for RollbackStatement
impl UnwindSafe for RollbackStatement
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