pub struct ScaffoldReport {
pub version: &'static str,
pub journey_id: &'static str,
pub precheck_t: PrecheckReason,
pub kappa_hat_t: &'static str,
pub kappa_floor_t: &'static str,
pub alpha_t: &'static str,
pub rho: &'static str,
pub old_wrong_core_guard: &'static str,
}Expand description
Value-bearing scaffold report used by ccf-agent and contract checks.
Fields§
§version: &'static str§journey_id: &'static str§precheck_t: PrecheckReason§kappa_hat_t: &'static str§kappa_floor_t: &'static str§alpha_t: &'static str§rho: &'static str§old_wrong_core_guard: &'static strTrait Implementations§
Source§impl Clone for ScaffoldReport
impl Clone for ScaffoldReport
Source§fn clone(&self) -> ScaffoldReport
fn clone(&self) -> ScaffoldReport
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 moreimpl Copy for ScaffoldReport
Source§impl Debug for ScaffoldReport
impl Debug for ScaffoldReport
impl Eq for ScaffoldReport
Source§impl PartialEq for ScaffoldReport
impl PartialEq for ScaffoldReport
Source§fn eq(&self, other: &ScaffoldReport) -> bool
fn eq(&self, other: &ScaffoldReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ScaffoldReport
Auto Trait Implementations§
impl Freeze for ScaffoldReport
impl RefUnwindSafe for ScaffoldReport
impl Send for ScaffoldReport
impl Sync for ScaffoldReport
impl Unpin for ScaffoldReport
impl UnsafeUnpin for ScaffoldReport
impl UnwindSafe for ScaffoldReport
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