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> Freeze for BlockState<State>
impl<State> RefUnwindSafe for BlockState<State>where
State: RefUnwindSafe,
impl<State> Send for BlockState<State>
impl<State> Sync for BlockState<State>
impl<State> Unpin for BlockState<State>
impl<State> UnsafeUnpin 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