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