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