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