pub struct GcVM { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for GcVM
impl !Send for GcVM
impl !Sync for GcVM
impl !UnwindSafe for GcVM
impl Freeze for GcVM
impl Unpin for GcVM
impl UnsafeUnpin for GcVM
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