pub struct PurposeMutationTransaction<'connection> { /* private fields */ }Expand description
Caller-owned purpose mutation transaction with an explicit commit boundary.
Purpose adapters keep this guard alive while they revalidate saved-source
admission. Dropping it before Self::commit rolls the mutation back.
Implementations§
Auto Trait Implementations§
impl<'connection> !RefUnwindSafe for PurposeMutationTransaction<'connection>
impl<'connection> !Send for PurposeMutationTransaction<'connection>
impl<'connection> !Sync for PurposeMutationTransaction<'connection>
impl<'connection> !UnwindSafe for PurposeMutationTransaction<'connection>
impl<'connection> Freeze for PurposeMutationTransaction<'connection>
impl<'connection> Unpin for PurposeMutationTransaction<'connection>
impl<'connection> UnsafeUnpin for PurposeMutationTransaction<'connection>
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