pub struct StackHandle(/* private fields */);Expand description
Represents access to a Stack
Implementations§
Auto Trait Implementations§
impl !Send for StackHandle
impl !Sync for StackHandle
impl Freeze for StackHandle
impl RefUnwindSafe for StackHandle
impl Unpin for StackHandle
impl UnsafeUnpin for StackHandle
impl UnwindSafe for StackHandle
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