pub struct StackRoot { /* private fields */ }Expand description
A root representing an interpreter’s value stack
Implementations§
Trait Implementations§
Source§impl GcRoot for StackRoot
impl GcRoot for StackRoot
Source§fn description(&self) -> String
fn description(&self) -> String
Get a human-readable description of this root
Source§fn estimated_size(&self) -> usize
fn estimated_size(&self) -> usize
Get the estimated size of objects reachable from this root
impl Send for StackRoot
impl Sync for StackRoot
Auto Trait Implementations§
impl Freeze for StackRoot
impl RefUnwindSafe for StackRoot
impl Unpin for StackRoot
impl UnwindSafe for StackRoot
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