pub struct SupportVerdict { /* private fields */ }Expand description
Evidence judge decision captured as domain values.
Implementations§
Source§impl SupportVerdict
impl SupportVerdict
pub const fn new( decision: SupportDecision, confidence: SupportConfidence, rationale: SupportRationale, ) -> Self
pub const fn decision(&self) -> SupportDecision
pub const fn confidence(&self) -> SupportConfidence
pub const fn rationale(&self) -> &SupportRationale
Trait Implementations§
Source§impl Clone for SupportVerdict
impl Clone for SupportVerdict
Source§fn clone(&self) -> SupportVerdict
fn clone(&self) -> SupportVerdict
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 SupportVerdict
impl Debug for SupportVerdict
Source§impl<'de> Deserialize<'de> for SupportVerdict
impl<'de> Deserialize<'de> for SupportVerdict
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
impl Eq for SupportVerdict
Source§impl PartialEq for SupportVerdict
impl PartialEq for SupportVerdict
Source§impl Serialize for SupportVerdict
impl Serialize for SupportVerdict
impl StructuralPartialEq for SupportVerdict
Auto Trait Implementations§
impl Freeze for SupportVerdict
impl RefUnwindSafe for SupportVerdict
impl Send for SupportVerdict
impl Sync for SupportVerdict
impl Unpin for SupportVerdict
impl UnsafeUnpin for SupportVerdict
impl UnwindSafe for SupportVerdict
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