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