struct RootedFrameStore<'a> {
frame: Frame,
bytecode: Rt<Option<ByteFrame<'a>>>,
}
Expand description
Automatically derived from FrameStore via #[derive(Trace)]
Fields§
§frame: Frame
§bytecode: Rt<Option<ByteFrame<'a>>>
Auto Trait Implementations§
impl<'a> !Freeze for RootedFrameStore<'a>
impl<'a> !RefUnwindSafe for RootedFrameStore<'a>
impl<'a> !Send for RootedFrameStore<'a>
impl<'a> !Sync for RootedFrameStore<'a>
impl<'a> !Unpin for RootedFrameStore<'a>
impl<'a> !UnwindSafe for RootedFrameStore<'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