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