pub struct WorkflowExpectations {
pub min_findings: usize,
pub min_links: usize,
pub min_entity_mentions: usize,
pub min_evidence_spans: usize,
pub min_provenance_complete: usize,
pub min_assertion_types: usize,
pub min_gap_flags: usize,
pub min_contested_flags: usize,
}Fields§
§min_findings: usize§min_links: usize§min_entity_mentions: usize§min_evidence_spans: usize§min_provenance_complete: usize§min_assertion_types: usize§min_gap_flags: usize§min_contested_flags: usizeTrait Implementations§
Source§impl Clone for WorkflowExpectations
impl Clone for WorkflowExpectations
Source§fn clone(&self) -> WorkflowExpectations
fn clone(&self) -> WorkflowExpectations
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 WorkflowExpectations
impl Debug for WorkflowExpectations
Source§impl Default for WorkflowExpectations
impl Default for WorkflowExpectations
Source§fn default() -> WorkflowExpectations
fn default() -> WorkflowExpectations
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkflowExpectations
impl<'de> Deserialize<'de> for WorkflowExpectations
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 WorkflowExpectations
impl RefUnwindSafe for WorkflowExpectations
impl Send for WorkflowExpectations
impl Sync for WorkflowExpectations
impl Unpin for WorkflowExpectations
impl UnsafeUnpin for WorkflowExpectations
impl UnwindSafe for WorkflowExpectations
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