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