pub struct Rollback {
pub chain: bool,
}
Expand description
ROLLBACK [ TRANSACTION | WORK ] [ AND [ NO ] CHAIN ]
Fields§
§chain: bool
Trait Implementations§
impl Eq for Rollback
impl StructuralPartialEq for Rollback
Auto Trait Implementations§
impl Freeze for Rollback
impl RefUnwindSafe for Rollback
impl Send for Rollback
impl Sync for Rollback
impl Unpin for Rollback
impl UnwindSafe for Rollback
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