pub enum TerminateThreads {}
Expand description
The request terminates the threads with the given ids.
Clients should only call this request if the corresponding capability supportsTerminateThreadsRequest
is true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TerminateThreads
impl RefUnwindSafe for TerminateThreads
impl Send for TerminateThreads
impl Sync for TerminateThreads
impl Unpin for TerminateThreads
impl UnwindSafe for TerminateThreads
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