pub struct JdwpClient<T> { /* private fields */ }Implementations§
Source§impl<T> JdwpClient<T>
impl<T> JdwpClient<T>
pub async fn new(stream: T) -> Result<Self>
pub async fn vm_get_version(&self) -> Result<VersionReply>
pub async fn vm_get_all_classes(&self) -> Result<AllClassesReply>
pub async fn vm_get_id_sizes(&self) -> Result<IdSizesReply>
Auto Trait Implementations§
impl<T> Freeze for JdwpClient<T>
impl<T> !RefUnwindSafe for JdwpClient<T>
impl<T> Send for JdwpClient<T>where
T: Send,
impl<T> Sync for JdwpClient<T>where
T: Send,
impl<T> Unpin for JdwpClient<T>
impl<T> !UnwindSafe for JdwpClient<T>
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