pub struct ScopeStack { /* private fields */ }Expand description
A simple stack-based scope tracker.
Implementations§
Source§impl ScopeStack
impl ScopeStack
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopeStack
impl RefUnwindSafe for ScopeStack
impl Send for ScopeStack
impl Sync for ScopeStack
impl Unpin for ScopeStack
impl UnsafeUnpin for ScopeStack
impl UnwindSafe for ScopeStack
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