pub enum JCompiledMethodLoadRecord<'a> {
Inline {
stack_infos: Vec<JCompiledMethodLoadRecordStackInfo<'a>>,
},
Dummy,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for JCompiledMethodLoadRecord<'a>
impl<'a> RefUnwindSafe for JCompiledMethodLoadRecord<'a>
impl<'a> !Send for JCompiledMethodLoadRecord<'a>
impl<'a> !Sync for JCompiledMethodLoadRecord<'a>
impl<'a> Unpin for JCompiledMethodLoadRecord<'a>
impl<'a> UnwindSafe for JCompiledMethodLoadRecord<'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