pub struct TrustComponents {
pub operational: OperationalComponent,
pub cognitive: CognitiveComponent,
pub economic: EconomicComponent,
}Expand description
Per-pillar component breakdown.
Fields§
§operational: OperationalComponentOperational health component.
cognitive: CognitiveComponentCognitive health component.
economic: EconomicComponentEconomic health component.
Trait Implementations§
Source§impl Clone for TrustComponents
impl Clone for TrustComponents
Source§fn clone(&self) -> TrustComponents
fn clone(&self) -> TrustComponents
Returns a duplicate of the value. Read more
1.0.0 · 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 TrustComponents
impl Debug for TrustComponents
Source§impl<'de> Deserialize<'de> for TrustComponents
impl<'de> Deserialize<'de> for TrustComponents
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
Auto Trait Implementations§
impl Freeze for TrustComponents
impl RefUnwindSafe for TrustComponents
impl Send for TrustComponents
impl Sync for TrustComponents
impl Unpin for TrustComponents
impl UnsafeUnpin for TrustComponents
impl UnwindSafe for TrustComponents
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