pub struct RealityDiff {
pub identity_same: bool,
pub boundary_same: bool,
pub law_same: bool,
pub state_same: bool,
pub initial_state_same: bool,
pub birth_boundary_same: bool,
pub birth_law_same: bool,
pub memory_hash_same: bool,
pub transition_count_same: bool,
pub fingerprint_same: bool,
}Fields§
§identity_same: bool§boundary_same: bool§law_same: bool§state_same: bool§initial_state_same: bool§birth_boundary_same: bool§birth_law_same: bool§memory_hash_same: bool§transition_count_same: bool§fingerprint_same: boolTrait Implementations§
Source§impl Clone for RealityDiff
impl Clone for RealityDiff
Source§fn clone(&self) -> RealityDiff
fn clone(&self) -> RealityDiff
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 RealityDiff
impl Debug for RealityDiff
Source§impl<'de> Deserialize<'de> for RealityDiff
impl<'de> Deserialize<'de> for RealityDiff
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 RealityDiff
Source§impl PartialEq for RealityDiff
impl PartialEq for RealityDiff
Source§impl Serialize for RealityDiff
impl Serialize for RealityDiff
impl StructuralPartialEq for RealityDiff
Auto Trait Implementations§
impl Freeze for RealityDiff
impl RefUnwindSafe for RealityDiff
impl Send for RealityDiff
impl Sync for RealityDiff
impl Unpin for RealityDiff
impl UnsafeUnpin for RealityDiff
impl UnwindSafe for RealityDiff
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