pub struct BatchCtx { /* private fields */ }Expand description
Explicit rollback escape hatch for batch (D12).
Implementations§
Auto Trait Implementations§
impl Freeze for BatchCtx
impl !RefUnwindSafe for BatchCtx
impl !Send for BatchCtx
impl !Sync for BatchCtx
impl Unpin for BatchCtx
impl UnsafeUnpin for BatchCtx
impl !UnwindSafe for BatchCtx
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