pub enum StructureScope {
Equivalent,
Necessary,
}Expand description
What the predicates license.
Variants§
Equivalent
Both models are classical causal models: Theorem 51, the predicates decide mechanism-level abstraction.
Necessary
The low-level model is quantum: the predicates are a necessary condition (Remark 56).
Trait Implementations§
Source§impl Clone for StructureScope
impl Clone for StructureScope
Source§fn clone(&self) -> StructureScope
fn clone(&self) -> StructureScope
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 StructureScope
Source§impl Debug for StructureScope
impl Debug for StructureScope
impl Eq for StructureScope
Source§impl Hash for StructureScope
impl Hash for StructureScope
Source§impl PartialEq for StructureScope
impl PartialEq for StructureScope
impl StructuralPartialEq for StructureScope
Auto Trait Implementations§
impl Freeze for StructureScope
impl RefUnwindSafe for StructureScope
impl Send for StructureScope
impl Sync for StructureScope
impl Unpin for StructureScope
impl UnsafeUnpin for StructureScope
impl UnwindSafe for StructureScope
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