pub enum LoadedSources {}
Expand description
Retrieves the set of all sources currently loaded by the debugged process.
Clients should only call this request if the corresponding capability supportsLoadedSourcesRequest
is true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoadedSources
impl RefUnwindSafe for LoadedSources
impl Send for LoadedSources
impl Sync for LoadedSources
impl Unpin for LoadedSources
impl UnwindSafe for LoadedSources
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