pub struct InitJIT;Trait Implementations§
Auto Trait Implementations§
impl Freeze for InitJIT
impl RefUnwindSafe for InitJIT
impl Send for InitJIT
impl Sync for InitJIT
impl Unpin for InitJIT
impl UnsafeUnpin for InitJIT
impl UnwindSafe for InitJIT
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