pub enum Disassemble {}Expand description
Disassembles code stored at the provided location.
Clients should only call this request if the corresponding capability supportsDisassembleRequest is true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Disassemble
impl RefUnwindSafe for Disassemble
impl Send for Disassemble
impl Sync for Disassemble
impl Unpin for Disassemble
impl UnwindSafe for Disassemble
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