pub(crate) struct RootedByteFn(Rt<GcHeap<ByteFnPrototype>>);
Expand description
Automatically derived from ByteFn via #[derive(Trace)]
Tuple Fields§
§0: Rt<GcHeap<ByteFnPrototype>>
Auto Trait Implementations§
impl !Freeze for RootedByteFn
impl !RefUnwindSafe for RootedByteFn
impl !Send for RootedByteFn
impl !Sync for RootedByteFn
impl !Unpin for RootedByteFn
impl !UnwindSafe for RootedByteFn
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