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