pub struct TerminalPredictionExecution { /* private fields */ }Expand description
One fully attested terminal PREDICT outcome.
Implementations§
Source§impl TerminalPredictionExecution
impl TerminalPredictionExecution
pub fn prediction(&self) -> &PredictionBlock
pub fn receipt(&self) -> &TerminalPredictionReceipt
Trait Implementations§
Source§impl Clone for TerminalPredictionExecution
impl Clone for TerminalPredictionExecution
Source§fn clone(&self) -> TerminalPredictionExecution
fn clone(&self) -> TerminalPredictionExecution
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 TerminalPredictionExecution
impl Debug for TerminalPredictionExecution
Source§impl Serialize for TerminalPredictionExecution
impl Serialize for TerminalPredictionExecution
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for TerminalPredictionExecution
Auto Trait Implementations§
impl Freeze for TerminalPredictionExecution
impl RefUnwindSafe for TerminalPredictionExecution
impl Send for TerminalPredictionExecution
impl Sync for TerminalPredictionExecution
impl Unpin for TerminalPredictionExecution
impl UnsafeUnpin for TerminalPredictionExecution
impl UnwindSafe for TerminalPredictionExecution
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