pub struct CascadeValueFamilyV0 {Show 13 fields
pub schema_version: &'static str,
pub product: &'static str,
pub framing: &'static str,
pub claim_level: &'static str,
pub property_name: String,
pub supported_readings: Vec<&'static str>,
pub context_value_count: usize,
pub restriction_map_count: usize,
pub property_consistent: bool,
pub dangling_restriction_count: usize,
pub theorem_claimed: bool,
pub members: Vec<CascadeValueFamilyMemberV0>,
pub restriction_maps: Vec<CascadeRestrictionMapV0>,
}Expand description
Research-staged cascade-family substrate for M6 positioning.
This is intentionally framing-neutral: it records context-indexed value families and restriction morphisms without claiming a sheaf/cosheaf theorem or committing paper-stage terminology.
Fields§
§schema_version: &'static str§product: &'static str§framing: &'static str§claim_level: &'static str§property_name: String§supported_readings: Vec<&'static str>§context_value_count: usize§restriction_map_count: usize§property_consistent: bool§dangling_restriction_count: usize§theorem_claimed: bool§members: Vec<CascadeValueFamilyMemberV0>§restriction_maps: Vec<CascadeRestrictionMapV0>Trait Implementations§
Source§impl Clone for CascadeValueFamilyV0
impl Clone for CascadeValueFamilyV0
Source§fn clone(&self) -> CascadeValueFamilyV0
fn clone(&self) -> CascadeValueFamilyV0
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 CascadeValueFamilyV0
impl Debug for CascadeValueFamilyV0
impl Eq for CascadeValueFamilyV0
Source§impl PartialEq for CascadeValueFamilyV0
impl PartialEq for CascadeValueFamilyV0
Source§fn eq(&self, other: &CascadeValueFamilyV0) -> bool
fn eq(&self, other: &CascadeValueFamilyV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CascadeValueFamilyV0
impl Serialize for CascadeValueFamilyV0
impl StructuralPartialEq for CascadeValueFamilyV0
Auto Trait Implementations§
impl Freeze for CascadeValueFamilyV0
impl RefUnwindSafe for CascadeValueFamilyV0
impl Send for CascadeValueFamilyV0
impl Sync for CascadeValueFamilyV0
impl Unpin for CascadeValueFamilyV0
impl UnsafeUnpin for CascadeValueFamilyV0
impl UnwindSafe for CascadeValueFamilyV0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.