pub struct StopTransaction;Expand description
Marker type for the StopTransaction action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StopTransaction
impl RefUnwindSafe for StopTransaction
impl Send for StopTransaction
impl Sync for StopTransaction
impl Unpin for StopTransaction
impl UnsafeUnpin for StopTransaction
impl UnwindSafe for StopTransaction
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