Struct eth_state_fold_types::BlockState
source · pub struct BlockState<State> {
pub block: Arc<Block>,
pub state: Arc<State>,
}Fields§
§block: Arc<Block>§state: Arc<State>Trait Implementations§
source§impl<State> Clone for BlockState<State>
impl<State> Clone for BlockState<State>
Auto Trait Implementations§
impl<State> RefUnwindSafe for BlockState<State>where State: RefUnwindSafe,
impl<State> Send for BlockState<State>where State: Send + Sync,
impl<State> Sync for BlockState<State>where State: Send + Sync,
impl<State> Unpin for BlockState<State>
impl<State> UnwindSafe for BlockState<State>where State: RefUnwindSafe,
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