pub struct ExecutorParams {
pub state_root: MerkleRoot,
pub epoch_id: u64,
pub timestamp: u64,
pub cycles_limit: u64,
}
Fields§
§state_root: MerkleRoot
§epoch_id: u64
§timestamp: u64
§cycles_limit: u64
Trait Implementations§
Source§impl Clone for ExecutorParams
impl Clone for ExecutorParams
Source§fn clone(&self) -> ExecutorParams
fn clone(&self) -> ExecutorParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ExecutorParams
impl RefUnwindSafe for ExecutorParams
impl Send for ExecutorParams
impl Sync for ExecutorParams
impl Unpin for ExecutorParams
impl UnwindSafe for ExecutorParams
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