Struct oasis_runtime_sdk::subcall::SubcallResult
source · pub struct SubcallResult {
pub call_result: CallResult,
pub gas_used: u64,
}
Expand description
Result of dispatching a subcall.
Fields§
§call_result: CallResult
Result of the subcall.
gas_used: u64
Gas used by the subcall.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubcallResult
impl RefUnwindSafe for SubcallResult
impl Send for SubcallResult
impl Sync for SubcallResult
impl Unpin for SubcallResult
impl UnwindSafe for SubcallResult
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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