pub struct CommandRequest {
pub packet: CommandPacket,
pub reply_tx: Sender<JdwpResult<ReplyPacket>>,
}Expand description
Request to send a command and get reply
Fields§
§packet: CommandPacket§reply_tx: Sender<JdwpResult<ReplyPacket>>Auto Trait Implementations§
impl !RefUnwindSafe for CommandRequest
impl !UnwindSafe for CommandRequest
impl Freeze for CommandRequest
impl Send for CommandRequest
impl Sync for CommandRequest
impl Unpin for CommandRequest
impl UnsafeUnpin for CommandRequest
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