pub struct TrustedExecutionWeightPlan { /* private fields */ }Expand description
Non-serializable proof that a process-local registry implementation produced and validated this physical execution schema.
Implementations§
Source§impl TrustedExecutionWeightPlan
impl TrustedExecutionWeightPlan
pub fn plan(&self) -> &ExecutionWeightPlan
Trait Implementations§
Source§impl Clone for TrustedExecutionWeightPlan
impl Clone for TrustedExecutionWeightPlan
Source§fn clone(&self) -> TrustedExecutionWeightPlan
fn clone(&self) -> TrustedExecutionWeightPlan
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 TrustedExecutionWeightPlan
impl Debug for TrustedExecutionWeightPlan
impl Eq for TrustedExecutionWeightPlan
Auto Trait Implementations§
impl !RefUnwindSafe for TrustedExecutionWeightPlan
impl !UnwindSafe for TrustedExecutionWeightPlan
impl Freeze for TrustedExecutionWeightPlan
impl Send for TrustedExecutionWeightPlan
impl Sync for TrustedExecutionWeightPlan
impl Unpin for TrustedExecutionWeightPlan
impl UnsafeUnpin for TrustedExecutionWeightPlan
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