pub struct RosaTx { /* private fields */ }Expand description
Transaction object used to roll back a temporary conditional update.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RosaTx
impl RefUnwindSafe for RosaTx
impl Send for RosaTx
impl Sync for RosaTx
impl Unpin for RosaTx
impl UnwindSafe for RosaTx
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