pub struct ScopeStack<'a> { /* private fields */ }Expand description
Host-owned isolated scope stack returned by native scope-stack APIs.
Implementations§
Source§impl<'a> ScopeStack<'a>
impl<'a> ScopeStack<'a>
Trait Implementations§
Source§impl Drop for ScopeStack<'_>
impl Drop for ScopeStack<'_>
Auto Trait Implementations§
impl<'a> !Send for ScopeStack<'a>
impl<'a> !Sync for ScopeStack<'a>
impl<'a> Freeze for ScopeStack<'a>
impl<'a> RefUnwindSafe for ScopeStack<'a>
impl<'a> Unpin for ScopeStack<'a>
impl<'a> UnsafeUnpin for ScopeStack<'a>
impl<'a> UnwindSafe for ScopeStack<'a>
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