pub struct WellbeingScorecardReport {
pub scorecard: ScoreCard,
pub hypotheses: Vec<Hypothesis>,
pub forum_internum: bool,
pub sensitivity_class: String,
pub mapped_count: usize,
pub total_records: usize,
pub disclosure: String,
}Expand description
The accumulative, traceable score-card + the investigable hypotheses it surfaces — the reading a
person can act on. Companion to AnatomyViewReport; forum-internum, Sanctuary-class selfhood
content (the storage/consent layer must honour that).
Fields§
§scorecard: ScoreCardThe score-card across health-relevant aspects, each score linked to its contributions.
hypotheses: Vec<Hypothesis>The investigable hypotheses (from converging systemic implications) — the seeds of the investigative pathway (the step library that ranks next-steps by value-of-information is curation-grade, pending).
forum_internum: boolClassification the storage/consent layer must honour: forum-internum (the person’s inward domain).
sensitivity_class: StringThe sensitivity class to store/handle this under (always "Sanctuary", the most restrictive).
mapped_count: usizeHow many records resolved to a factor / were considered.
total_records: usize§disclosure: StringTrait Implementations§
Source§impl Clone for WellbeingScorecardReport
impl Clone for WellbeingScorecardReport
Source§fn clone(&self) -> WellbeingScorecardReport
fn clone(&self) -> WellbeingScorecardReport
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for WellbeingScorecardReport
impl Debug for WellbeingScorecardReport
Source§impl<'de> Deserialize<'de> for WellbeingScorecardReport
impl<'de> Deserialize<'de> for WellbeingScorecardReport
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>,
Source§impl PartialEq for WellbeingScorecardReport
impl PartialEq for WellbeingScorecardReport
Source§fn eq(&self, other: &WellbeingScorecardReport) -> bool
fn eq(&self, other: &WellbeingScorecardReport) -> bool
self and other values to be equal, and is used by ==.Source§impl Serialize for WellbeingScorecardReport
impl Serialize for WellbeingScorecardReport
impl Eq for WellbeingScorecardReport
impl StructuralPartialEq for WellbeingScorecardReport
Auto Trait Implementations§
impl Freeze for WellbeingScorecardReport
impl RefUnwindSafe for WellbeingScorecardReport
impl Send for WellbeingScorecardReport
impl Sync for WellbeingScorecardReport
impl Unpin for WellbeingScorecardReport
impl UnsafeUnpin for WellbeingScorecardReport
impl UnwindSafe for WellbeingScorecardReport
Blanket Implementations§
§impl<S, A> Aggregate<Result<S, Error>> for Awhere
A: Aggregate<S>,
impl<S, A> Aggregate<Result<S, Error>> for Awhere
A: Aggregate<S>,
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more