pub enum VmCallerTxInput {
TickTock(TickTock),
Ordinary(Cell),
}Variants§
Auto Trait Implementations§
impl Freeze for VmCallerTxInput
impl !RefUnwindSafe for VmCallerTxInput
impl !Send for VmCallerTxInput
impl !Sync for VmCallerTxInput
impl Unpin for VmCallerTxInput
impl UnsafeUnpin for VmCallerTxInput
impl !UnwindSafe for VmCallerTxInput
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