pub struct CapsuleFacet {
pub label: String,
pub evidence: String,
pub confidence: String,
}Expand description
F6-style fairness facet attached to a capsule.
Fields§
§label: StringFacet label.
evidence: StringEvidence summary.
confidence: StringConfidence token.
Trait Implementations§
Source§impl Clone for CapsuleFacet
impl Clone for CapsuleFacet
Source§fn clone(&self) -> CapsuleFacet
fn clone(&self) -> CapsuleFacet
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 CapsuleFacet
impl Debug for CapsuleFacet
impl Eq for CapsuleFacet
Source§impl PartialEq for CapsuleFacet
impl PartialEq for CapsuleFacet
Source§fn eq(&self, other: &CapsuleFacet) -> bool
fn eq(&self, other: &CapsuleFacet) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CapsuleFacet
Auto Trait Implementations§
impl Freeze for CapsuleFacet
impl RefUnwindSafe for CapsuleFacet
impl Send for CapsuleFacet
impl Sync for CapsuleFacet
impl Unpin for CapsuleFacet
impl UnsafeUnpin for CapsuleFacet
impl UnwindSafe for CapsuleFacet
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