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