pub struct ProofResult {Show 21 fields
pub reality_exists: bool,
pub identity_confirmed: bool,
pub active_boundary_confirmed: bool,
pub active_law_confirmed: bool,
pub state_confirmed: bool,
pub event_received: bool,
pub event_directly_mutated_state: bool,
pub law_check_performed: bool,
pub law_check_result: bool,
pub transition_recorded: bool,
pub transition_grounded_in_law_check: bool,
pub movement_memory_recorded: bool,
pub inspection_available: bool,
pub replay_result: bool,
pub continuity_result: bool,
pub hidden_state_mutation_detected: bool,
pub hidden_boundary_growth_detected: bool,
pub hidden_law_growth_detected: bool,
pub permission_drift_detected: bool,
pub hidden_drift_required: bool,
pub proof_status: bool,
}Fields§
§reality_exists: bool§identity_confirmed: bool§active_boundary_confirmed: bool§active_law_confirmed: bool§state_confirmed: bool§event_received: bool§event_directly_mutated_state: bool§law_check_performed: bool§law_check_result: bool§transition_recorded: bool§transition_grounded_in_law_check: bool§movement_memory_recorded: bool§inspection_available: bool§replay_result: bool§continuity_result: bool§permission_drift_detected: bool§proof_status: boolTrait Implementations§
Source§impl Clone for ProofResult
impl Clone for ProofResult
Source§fn clone(&self) -> ProofResult
fn clone(&self) -> ProofResult
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 ProofResult
impl Debug for ProofResult
Source§impl<'de> Deserialize<'de> for ProofResult
impl<'de> Deserialize<'de> for ProofResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ProofResult
Source§impl PartialEq for ProofResult
impl PartialEq for ProofResult
Source§impl Serialize for ProofResult
impl Serialize for ProofResult
impl StructuralPartialEq for ProofResult
Auto Trait Implementations§
impl Freeze for ProofResult
impl RefUnwindSafe for ProofResult
impl Send for ProofResult
impl Sync for ProofResult
impl Unpin for ProofResult
impl UnsafeUnpin for ProofResult
impl UnwindSafe for ProofResult
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