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