pub struct InvokeScope { /* private fields */ }Expand description
Per-invocation storage for helper state during a program run.
Implementations§
Auto Trait Implementations§
impl Freeze for InvokeScope
impl !RefUnwindSafe for InvokeScope
impl Send for InvokeScope
impl !Sync for InvokeScope
impl Unpin for InvokeScope
impl !UnwindSafe for InvokeScope
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