pub struct PrecompileConstructorContext<'a, I, E, H, M> {
pub current_account_id: AccountId,
pub random_seed: H256,
pub io: I,
pub env: &'a E,
pub promise_handler: H,
pub mod_exp_algorithm: PhantomData<M>,
}Fields§
§current_account_id: AccountId§random_seed: H256§io: I§env: &'a E§promise_handler: H§mod_exp_algorithm: PhantomData<M>Auto Trait Implementations§
impl<'a, I, E, H, M> Freeze for PrecompileConstructorContext<'a, I, E, H, M>
impl<'a, I, E, H, M> RefUnwindSafe for PrecompileConstructorContext<'a, I, E, H, M>
impl<'a, I, E, H, M> Send for PrecompileConstructorContext<'a, I, E, H, M>
impl<'a, I, E, H, M> Sync for PrecompileConstructorContext<'a, I, E, H, M>
impl<'a, I, E, H, M> Unpin for PrecompileConstructorContext<'a, I, E, H, M>
impl<'a, I, E, H, M> UnwindSafe for PrecompileConstructorContext<'a, I, E, H, M>
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