pub struct ThreadStack { /* private fields */ }Expand description
The dynamic stack value, which wraps the underlying stack.
Implementations§
Source§impl ThreadStack
impl ThreadStack
Auto Trait Implementations§
impl Freeze for ThreadStack
impl RefUnwindSafe for ThreadStack
impl !Send for ThreadStack
impl !Sync for ThreadStack
impl Unpin for ThreadStack
impl UnwindSafe for ThreadStack
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