pub struct ProceduralCallOutcome { /* private fields */ }Implementations§
Source§impl ProceduralCallOutcome
impl ProceduralCallOutcome
pub const fn execution(&self) -> &ExecutionOutcome
pub const fn budget(&self) -> BudgetSnapshot
Trait Implementations§
Source§impl Clone for ProceduralCallOutcome
impl Clone for ProceduralCallOutcome
Source§fn clone(&self) -> ProceduralCallOutcome
fn clone(&self) -> ProceduralCallOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProceduralCallOutcome
impl Debug for ProceduralCallOutcome
Source§impl PartialEq for ProceduralCallOutcome
impl PartialEq for ProceduralCallOutcome
impl StructuralPartialEq for ProceduralCallOutcome
Auto Trait Implementations§
impl Freeze for ProceduralCallOutcome
impl RefUnwindSafe for ProceduralCallOutcome
impl Send for ProceduralCallOutcome
impl Sync for ProceduralCallOutcome
impl Unpin for ProceduralCallOutcome
impl UnsafeUnpin for ProceduralCallOutcome
impl UnwindSafe for ProceduralCallOutcome
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