pub(super) struct MetaBlockOutcome {
pub(super) last_value: Option<MetaValue>,
pub(super) emitted_runtime_stmts: Vec<Stmt>,
}Fields§
§last_value: Option<MetaValue>§emitted_runtime_stmts: Vec<Stmt>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaBlockOutcome
impl RefUnwindSafe for MetaBlockOutcome
impl Send for MetaBlockOutcome
impl Sync for MetaBlockOutcome
impl Unpin for MetaBlockOutcome
impl UnwindSafe for MetaBlockOutcome
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