pub struct DriftCheck {
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,
}Fields§
§permission_drift_detected: boolTrait Implementations§
Source§impl Clone for DriftCheck
impl Clone for DriftCheck
Source§fn clone(&self) -> DriftCheck
fn clone(&self) -> DriftCheck
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 DriftCheck
impl Debug for DriftCheck
Source§impl<'de> Deserialize<'de> for DriftCheck
impl<'de> Deserialize<'de> for DriftCheck
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 DriftCheck
Source§impl PartialEq for DriftCheck
impl PartialEq for DriftCheck
Source§impl Serialize for DriftCheck
impl Serialize for DriftCheck
impl StructuralPartialEq for DriftCheck
Auto Trait Implementations§
impl Freeze for DriftCheck
impl RefUnwindSafe for DriftCheck
impl Send for DriftCheck
impl Sync for DriftCheck
impl Unpin for DriftCheck
impl UnsafeUnpin for DriftCheck
impl UnwindSafe for DriftCheck
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