pub struct ScopesResponse {
pub scopes: Vec<Scope>,
}Fields§
§scopes: Vec<Scope>The scopes of the stackframe. If the array has length zero, there are no scopes available.
Trait Implementations§
Source§impl Clone for ScopesResponse
impl Clone for ScopesResponse
Source§fn clone(&self) -> ScopesResponse
fn clone(&self) -> ScopesResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScopesResponse
impl Debug for ScopesResponse
Source§impl Default for ScopesResponse
impl Default for ScopesResponse
Source§fn default() -> ScopesResponse
fn default() -> ScopesResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScopesResponse
impl RefUnwindSafe for ScopesResponse
impl Send for ScopesResponse
impl Sync for ScopesResponse
impl Unpin for ScopesResponse
impl UnsafeUnpin for ScopesResponse
impl UnwindSafe for ScopesResponse
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