pub struct ImpactAssessmentResult {
pub weighing: Event,
pub fairness: Event,
pub explanation: Event,
}Fields§
§weighing: Event§fairness: Event§explanation: EventAuto Trait Implementations§
impl Freeze for ImpactAssessmentResult
impl RefUnwindSafe for ImpactAssessmentResult
impl Send for ImpactAssessmentResult
impl Sync for ImpactAssessmentResult
impl Unpin for ImpactAssessmentResult
impl UnsafeUnpin for ImpactAssessmentResult
impl UnwindSafe for ImpactAssessmentResult
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