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