pub struct PreparedTransaction<'lt> { /* private fields */ }Expand description
An unfinished entry in a writer’s ring, which can be atomically committed.
Implementations§
Auto Trait Implementations§
impl<'lt> Freeze for PreparedTransaction<'lt>
impl<'lt> RefUnwindSafe for PreparedTransaction<'lt>
impl<'lt> Send for PreparedTransaction<'lt>
impl<'lt> Sync for PreparedTransaction<'lt>
impl<'lt> Unpin for PreparedTransaction<'lt>
impl<'lt> !UnwindSafe for PreparedTransaction<'lt>
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