pub struct PushScope { /* private fields */ }Implementations§
Source§impl PushScope
impl PushScope
pub fn push_scope(_stack: &mut ScopeStack, _scope: *mut DfgScope) -> Self
Trait Implementations§
Auto Trait Implementations§
impl !Send for PushScope
impl !Sync for PushScope
impl Freeze for PushScope
impl RefUnwindSafe for PushScope
impl Unpin for PushScope
impl UnsafeUnpin for PushScope
impl UnwindSafe for PushScope
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