Struct mashin_runtime::RuntimeResult
source · pub struct RuntimeResult {
pub executed_resources: Rc<RefCell<ExecutedResources>>,
}
Fields§
§executed_resources: Rc<RefCell<ExecutedResources>>
Auto Trait Implementations§
impl !RefUnwindSafe for RuntimeResult
impl !Send for RuntimeResult
impl !Sync for RuntimeResult
impl Unpin for RuntimeResult
impl !UnwindSafe for RuntimeResult
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