pub struct DataScope<Data> { /* private fields */ }Expand description
What is put in a stack frame that uses the macros.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Data> Freeze for DataScope<Data>where
Data: Freeze,
impl<Data> !RefUnwindSafe for DataScope<Data>
impl<Data> !Send for DataScope<Data>
impl<Data> !Sync for DataScope<Data>
impl<Data> Unpin for DataScope<Data>where
Data: Unpin,
impl<Data> UnsafeUnpin for DataScope<Data>where
Data: UnsafeUnpin,
impl<Data> !UnwindSafe for DataScope<Data>
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